Find out which Ethereum methods you can use with the Blockdaemon RPC API.
The following methods are allowed in Blockdaemon RPC API:
- debug_traceBlockByNumber
Note!
This method is allowed only with certain parameters. You need to specify the block number or tag and the
callTracer
tracer type, e.g.:"params": ["latest", {"tracer": "callTracer"}]
- eth_blockNumber
- eth_call
- eth_chainId
- eth_estimateGas
- eth_feeHistory
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getCode
- eth_getFilterChanges
- eth_getProof
- eth_getStorageAt
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionByHash
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_maxPriorityFeePerGas
- eth_sendRawTransaction
- net_version
- web3_clientVersion
Info:
You can find Ethereum API documentation here: Ethereum API reference
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.