Get Pagoda API Keys
warning
Please be advised that these tools and services will be discontinued soon.
-
Register an account on Pagoda Console:
-
Create a blank project
-
Give your project a cool name
-
Grab your API Key
Click the API Tab and you will see your API key already generated for you and ready to use, remember to switch networks for
MainNet
using the button on top, you can also navigate through your different projects there. -
Connect to Pagoda RPC Node
Follow the instructions on the screen to set up your Pagoda RPC Access, we have created a quick setup guide for all NEAR tools.
https://near-testnet.api.pagoda.co/rpc/v1/
https://near-mainnet.api.pagoda.co/rpc/v1/
-
You can use this line of code for a quick test
curl -X POST -H 'x-api-key:<YOUR-API-KEY>' -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "id":"dontcare","method":"status","params":[] }' https://near-testnet.api.pagoda.co/rpc/v1/
Congrats! You are connected!