These endpoints allows you to interact with the JSON RPC nodes of each of the blockchains we support.
Use this endpoint URL as an HTTP-based JSON RPC driver to connect directly to the blockchain node provided by Tatum.
Tatum supports JSON RPC nodes for the following blockchains:
Any valid Web3 RPC method content body.
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error
{- "jsonrpc": "2.0",
- "method": "web3_clientVersion",
- "params": [ ],
- "id": 2
}
{- "jsonrpc": "2.0",
- "id": 2,
- "result": "Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"
}
Use this endpoint URL as an HTTP-based JSON RPC driver to connect directly to the blockchain node provided by Tatum.
Tatum supports JSON RPC nodes for the following blockchains:
Any valid Web3 RPC method content body.
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error
{- "jsonrpc": "2.0",
- "method": "web3_clientVersion",
- "params": [ ],
- "id": 2
}
{- "jsonrpc": "2.0",
- "id": 2,
- "result": "Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"
}
Use this endpoint URL as an HTTP-based JSON RPC driver to connect directly to the blockchain node provided by Tatum.
Tatum supports JSON RPC nodes for the following blockchains:
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error
curl -i -X GET \ 'https://api-eu1.tatum.io/v3/blockchain/node/{chain}/{xApiKey}/{rpcPath}?nodeType=ALGOD'
{- "jsonrpc": "2.0",
- "id": 2,
- "result": "Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"
}