Web3 HTTP driver
POST {{baseUrl}}/v3/one/web3/:xApiKey?shardID=0
2 credits per API call.
Use this endpoint URL as a http-based web3 driver to connect directly to the ONE node provided by Tatum. To learn more about ONE Web3, please visit ONE developer's guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
shardID | number | Shard to read data from |
Request Body
{"jsonrpc"=>"2.0", "method"=>"web3_clientVersion", "id"=>2}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"jsonrpc":"2.0","id":2,"result":"Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"}