A finalized, specific list of our Blockdaemon whitelist for Eth RPC
Note: RPC connects over standard port 443
[ | |
"debug_traceBlock", | |
"debug_traceBlockByHash", | |
"debug_traceBlockByNumber", | |
"debug_traceTransaction", | |
"eth_blockNumber", | |
"eth_call", | |
"eth_chainId", | |
"eth_estimateGas", | |
"eth_gasPrice", | |
"eth_getBalance", | |
"eth_getBlockByHash", | |
"eth_getBlockByNumber", | |
"eth_getBlockTransactionCountByHash", | |
"eth_getBlockTransactionCountByNumber", | |
"eth_getCode", | |
"eth_getLogs", | |
"eth_getRawTransactionByBlockHashAndIndex", | |
"eth_getRawTransactionByBlockNumberAndIndex", | |
"eth_getRawTransactionByHash", | |
"eth_getStorageAt", | |
"eth_getTransactionByBlockHashAndIndex", | |
"eth_getTransactionByBlockNumberAndIndex", | |
"eth_getTransactionByHash", | |
"eth_getTransactionCount", | |
"eth_getTransactionReceipt", | |
"eth_getUncleByBlockHashAndIndex", | |
"eth_getUncleByBlockNumberAndIndex", | |
"eth_getUncleCountByBlockHash", | |
"eth_getUncleCountByBlockNumber", | |
"eth_getWork", | |
"eth_hashrate", | |
"eth_mining", | |
"eth_pendingTransactions", | |
"eth_protocolVersion", | |
"eth_sendRawTransaction", | |
"eth_submitHashrate", | |
"eth_submitWork", | |
"eth_syncing", | |
"net_listening", | |
"net_peerCount", | |
"net_version", | |
"txpool_content", <dedicated nodes only> | |
"txpool_inspect", <dedicated nodes only> | |
"txpool_status", <dedicated nodes only> | |
"web3_clientVersion", | |
"web3_sha3" |
Playground
https://jsonrpc.eth.docs.blockdaemon.com/
Comments
Please sign in to leave a comment.