Robinhood JSON-RPC methods
This index is generated from the approved 27-method OpenRPC catalog. Every catalogued method has one page, and no page exists for a method outside the catalog.
robinhood_read_rpc_heavy (7)
debug_traceBlockByHashdebug_traceBlockByNumberdebug_traceCalldebug_traceTransactioneth_getBlockReceiptseth_getLogseth_getProof
robinhood_read_rpc (18)
eth_blockNumbereth_calleth_chainIdeth_estimateGaseth_feeHistoryeth_gasPriceeth_getBalanceeth_getBlockByHasheth_getBlockByNumbereth_getCodeeth_getStorageAteth_getTransactionByHasheth_getTransactionCounteth_getTransactionReceipteth_maxPriorityFeePerGaseth_syncingnet_versionweb3_clientVersion
robinhood_send_tx (2)
See the Robinhood overview, limits, and errors.
eth_* 21
POST eth_blockNumber
Return the latest block number.
POST eth_call
Execute a read-only EVM call.
POST eth_chainId
Return the chain identifier.
POST eth_estimateGas
Estimate gas for an EVM call.
POST eth_feeHistory
Return fee-market history.
POST eth_gasPrice
Return the current gas-price estimate.
POST eth_getBalance
Return an account balance at a block.
POST eth_getBlockByHash
Return a block by hash.
POST eth_getBlockByNumber
Return a block by number or tag.
POST eth_getBlockReceipts
Return all transaction receipts in a block.
POST eth_getCode
Return account bytecode at a block.
POST eth_getLogs
Return event logs matching a filter.
POST eth_getProof
Return an account and storage Merkle proof.
POST eth_getStorageAt
Return a contract storage slot at a block.
POST eth_getTransactionByHash
Return a transaction by hash.
POST eth_getTransactionCount
Return an account nonce at a block.
POST eth_getTransactionReceipt
Return a transaction receipt by hash.
POST eth_maxPriorityFeePerGas
Return a priority-fee estimate.
POST eth_sendRawTransaction
Submit a signed raw transaction.
POST eth_sendRawTransactionConditional
Submit a signed transaction with sequencer inclusion conditions.
POST eth_syncing
Return node sync progress or false.