Access token management
GetBlock uses a secure authentication method based on access tokens to ensure that only authorized users can interact with blockchain nodes.
https://go.getblock.io/<ACCESS_TOKEN>/Making an authenticated request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": "getblock.io"
}'{"jsonrpc":"2.0","id":"getblock.io","result":"0x1449641"}Access Token security
Last updated
Was this helpful?