All the API endpoints supported on Rootstock
# | Method | Rootstock Mainnet ( rootstock-mainnet ) | Rootstock Testnet ( rootstock-testnet ) |
---|---|---|---|
1 | eth_getBlockByHash | ✅ | ✅ |
2 | eth_blockNumber | ✅ | ✅ |
3 | eth_getBlockByNumber | ✅ | ✅ |
4 | eth_getBlockTransactionCountByHash | ✅ | ✅ |
6 | eth_getTransactionByHash | ✅ | ✅ |
7 | eth_getTransactionByBlockHashAndIndex | ✅ | ✅ |
8 | eth_getTransactionByBlockNumberAndIndex | ✅ | ✅ |
9 | eth_getTransactionReceipt | ✅ | ✅ |
10 | eth_getTransactionCount | ✅ | ✅ |
11 | eth_call | ✅ | ✅ |
12 | eth_getCode | ✅ | ✅ |
13 | eth_getBalance | ✅ | ✅ |
14 | eth_accounts | ✅ | ✅ |
15 | eth_getStorageAt | ✅ | ✅ |
16 | eth_getLogs | ✅ | ✅ |
17 | eth_newFilter | ✅ | ✅ |
18 | eth_newPendingTransactionFilter | ✅ | ✅ |
19 | eth_newBlockFilter | ✅ | ✅ |
20 | eth_getFilterChanges | ✅ | ✅ |
21 | eth_getFilterLogs | ✅ | ✅ |
22 | eth_uninstallFilter | ✅ | ✅ |
23 | eth_chainId | ✅ | ✅ |
24 | eth_protocolVersion | ✅ | ✅ |
25 | net_listening | ✅ | ✅ |
26 | net_version | ✅ | ✅ |
28 | eth_getUncleByBlockNumberAndIndex | ✅ | ✅ |
29 | eth_getUncleByBlockHashAndIndex | ✅ | ✅ |
30 | eth_getUncleCountByBlockNumber | ✅ | ✅ |
31 | eth_estimateGas | ✅ | ✅ |
32 | eth_gasPrice | ✅ | ✅ |
33 | web3_clientVersion | ✅ | ✅ |
34 | web3_sha3 | ✅ | ✅ |
35 | net_peerCount | ✅ | ✅ |
36 | eth_syncing | ✅ | ✅ |
37 | eth_coinbase | ✅ | ✅ |
38 | eth_mining | ✅ | ✅ |
39 | eth_hashrate | ✅ | ✅ |
40 | debug_traceTransaction | ✅ | ❌ |
41 | debug_traceBlockByHash | ✅ | ❌ |