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.


The steps below cover how to generate a new endpoint URL with an Access Token:

1

Log in to your GetBlock account and navigate to the Dashboard.

2

Scroll down to find the My Endpoints section on the Dashboard.

3

Click Get to open the endpoint setup menu.

GetBlock RPC endpoint setup interface
4

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)

How to create a node endpoint for blockchain API access
5

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.

All GetBlock endpoints follow a predictable format. The visible difference is the hostname reflecting the region selected during the setup.

Endpoint examples:

EU (Frankfurt):   https://go.getblock.io/<ACCESS_TOKEN>/
US (New York):    https://go.getblock.us/<ACCESS_TOKEN>/
Asia (Singapore): https://go.getblock.asia/<ACCESS_TOKEN>/

The token encodes the protocol, networks, and routing on the server — clients don’t need to specify a chain in the URL.


Viewing and managing endpoints

The created URL is shown on the endpoints list so you can copy it and start calling the node.

Blockchain RPC nodes list within the GetBlock account

Last updated