A drop-in replacement for Ethereum JSON-RPC interface supporting all standard methods.
eth_getBlockByNumberblockNumber (string): Block number in hex or “latest”, “earliest”, “pending”includeTransactions (boolean): If true, returns full transaction objectseth_getBlockByHashblockHash (string): Block hash in hexadecimal formatincludeTransactions (boolean): If true, returns full transaction objectseth_blockNumbereth_getTransactionByHashtransactionHash (string): Transaction hash in hexadecimal formateth_getTransactionReceipttransactionHash (string): Transaction hash in hexadecimal formateth_getBalanceaddress (string): Account address in hexadecimal formatblockParameter (string): Block number in hex, or “latest”, “earliest”, “pending”eth_getTransactionCountaddress (string): Account address in hexadecimal formatblockParameter (string): Block number in hex, or “latest”, “earliest”, “pending”eth_gasPriceeth_chainIdProject API Key
JSON-RPC request payload
JSON-RPC version
2.0 The RPC method to call
eth_getBlockByNumber, eth_getBlockByHash, eth_blockNumber, eth_getTransactionByHash, eth_getTransactionReceipt, eth_getBalance, eth_getTransactionCount, eth_gasPrice, eth_chainId Request identifier
Method parameters