Get Pagoda API Keys

Please be advised that these tools and services will be discontinued soon.

  1. Register an account on Pagoda Console:

    getkey1

  2. Create a blank project

    getkey2

  3. Give your project a cool name

    getkey3

  4. 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.

    getkey4

  5. 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/

    getkey5

  6. 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/

    getkey6

Congrats! You are connected!

Generate comment with AI 2 nL
Scroll to Top