Arbitrum
OnFinality supports the Arbitrum One Network for HTTP EVM methods
Features
Method | Supported |
---|---|
HTTPs | ✅ |
Web Sockets | ❌ |
Archive Access | ❌ |
Supported Methods
The current supported method set and their Response Units weighting
Method | Supported | Response Units |
---|---|---|
eth_blockNumber | ✅ | 1 |
eth_call | ✅ | 1 |
eth_chainId | ✅ | 1 |
eth_estimateGas | ✅ | 3 |
eth_feeHistory | ✅ | 1 |
eth_gasPrice | ✅ | 1 |
eth_getBalance | ✅ | 1 |
eth_getBlockByHash | ✅ | 1 |
eth_getBlockByNumber | ✅ | 1 |
eth_getBlockTransactionCountByHash | ✅ | 1 |
eth_getBlockTransactionCountByNumber | ✅ | 1 |
eth_getBlockReceipts | ✅ | 13 |
eth_getCode | ✅ | 1 |
eth_getFilterChanges | ❌ | |
eth_getLogs | ✅ | 3 |
eth_getRawTransactionByBlockNumberAndIndex | ✅ | 1 |
eth_getStorageAt | ✅ | 1 |
eth_getTransactionByHash | ✅ | 1 |
eth_getTransactionByBlockHashAndIndex | ✅ | 1 |
eth_getTransactionByBlockNumberAndIndex | ✅ | 1 |
eth_getTransactionCount | ✅ | 1 |
eth_getTransactionReceipt | ✅ | 1 |
eth_getUncleByBlockHashAndIndex | ✅ | 1 |
eth_getUncleByBlockNumberAndIndex | ✅ | 1 |
eth_getUncleCountByBlockHash | ✅ | 1 |
eth_getUncleCountByBlockNumber | ✅ | 1 |
eth_maxPriorityFeePerGas | ✅ | 1 |
eth_newFilter | ❌ | |
eth_newBlockFilter | ❌ | |
eth_newPendingTransactionFilter | ❌ | |
eth_protocolVersion | ✅ | 1 |
eth_sendRawTransaction | ✅ | 12 |
eth_sendTransaction | ✅ | 1 |
eth_subscribe | ❌ | |
eth_syncing | ✅ | 1 |
eth_unsubscribe | ❌ | |
eth_uninstallFilter | ❌ | |
net_listening | ✅ | 1 |
net_peerCount | ✅ | 1 |
net_version | ✅ | 1 |
web3_clientVersion | ✅ | 1 |
web3_sha3 | ✅ | 1 |
trace_replaytransaction | ❌ | Coming soon |
trace_rawtransaction | ❌ | Coming soon |
trace_replayblocktransactions | ❌ | Coming soon |
trace_block | ❌ | Coming soon |
debug_traceBlockByHash | ❌ | Coming soon |
debug_traceBlockByNumber | ❌ | Coming soon |
debug_traceTransaction | ❌ | Coming soon |
debug_traceCall | ❌ | Coming soon |