v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Arbitrum One - Tatum API

Web3 HTTP driver

/v3/arb/web3/{xApiKey}

2 credits per API call

This endpoint is deprecated. Use the HTTP-based JSON RPC driver instead.

Use this endpoint URL as an http-based web3 driver to connect directly to the Arb node provided by Tatum. To learn more about Arb Web3, visit the Arb developers' guide.

post/v3/arb/web3/{xApiKey}

Path parameters

xApiKeystring required
Example:asdlkfjnqunalkwjfnq2oi303294857k

Tatum X-API-Key used for authorization.

Request body

object required

Any valid Web3 method content body.

Example request

{
  "jsonrpc": "2.0",
  "method": "web3_clientVersion",
  "params": [],
  "id": 2
}

Response

OK

object required

Any valid Web3 response.

Example response

{
  "jsonrpc": "2.0",
  "id": 2,
  "result": "Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"
}