Creating node endpoints
Follow the steps below to set up an endpoint and generate access tokens for your project.
This short guide shows you how to create an RPC endpoint (an RPC URL) for any supported protocol in your GetBlock Shared Node dashboard to connect it to your app, script, or wallet.
In GetBlock, an endpoint URL includes your unique Access Token — the credential that authenticates RPC requests. GetBlock’s UI sometimes labels the whole endpoint provisioning flow “Get Access Token” because a new RPC URL is created together with the token.
Related:
The steps below cover how to generate a new endpoint URL with an Access Token:
Log in to your GetBlock account and navigate to the Dashboard.
Scroll down to find the My Endpoints section on the Dashboard.
Click Get to open the endpoint setup menu.

In the modal that opens, select:
The desired blockchain protocol (Ethereum, BNB Chain, Polygon, etc.)
The network you want to interact with (mainnet or testnet)
The API interface that you need (e.g., JSON-RPC, WebSockets, GraphQL)
One of the available server locations (Frankfurt, New York, or Singapore)

Click 'Get' and have the endpoint URL with an access token generated.
Generate and add as many access tokens as required for this protocol. Each token is a unique endpoint for you and your application to interact with the blockchain.
Viewing and managing endpoints
The created URL is shown on the endpoints list so you can copy it and start calling the node.
Because the Access Token is embedded, the URL is the credential. Keep it secret and store securely. If the URL is exposed, regenerate or revoke it from your GetBlock account.
Last updated