Complete REST API documentation for Access Network blockchain. Compatible with Ethereum JSON-RPC standard.
Returns the number of most recent block.
Test this API endpoint with your API key
Returns information about a block by block number.
| Parameter | Description |
|---|---|
| tag | the block number, in hex eg. 0x36B3C |
| boolean | the boolean value to show full transaction objects. when true, returns full transaction objects. |
Test this API endpoint with your API key
Returns the information about a transaction requested by transaction hash.
| Parameter | Description |
|---|---|
| txhash | the string representing the hash of the transaction |
Test this API endpoint with your API key
Returns the number of transactions performed by an address.
| Parameter | Description |
|---|---|
| address | the string representing the address to get transaction count |
| tag | the string pre-defined block parameter, either earliest, pending or latest |
Test this API endpoint with your API key
Submits a pre-signed transaction for broadcast to the Access network.
ethers.js or web3.js to sign, then send the hex using the code examples above.
Returns the current price per gas in wei.
Test this API endpoint with your API key
Returns a list of top accounts by balance with pagination support.
| Parameter | Description |
|---|---|
| limit | Number of accounts to return per page (default: 100, max: 10000) |
| page | Page number for pagination (default: 1) |
Test this API endpoint with your API key
Generate and manage your API keys for accessing the Access Network API
Generate and manage your API tokens for enhanced security