Available RPC Methods
Explore all 33 RPC methods available on the RobinHood Chain. Click any method to test it in the playground.
Block
Returns the current block number
Returns information about a block by number
Returns information about a block by hash
Returns the number of transactions in a block by number
Returns the number of transactions in a block by hash
Account
Returns the balance of an address in wei
Returns the number of transactions sent from an address (nonce)
Returns the code at a given address (for smart contracts)
Returns the value from a storage position at a given address
Returns a list of addresses owned by the client
Transaction
Returns transaction details by hash
Returns the receipt of a transaction
Returns a transaction by block number and index
Submits a signed transaction to the network
Estimates gas needed for a transaction
Executes a message call without creating a transaction
Gas
Network
Returns the current network ID
Returns whether the client is actively listening for connections
Returns the number of peers connected to the node
Returns the chain ID
Returns syncing status or false if not syncing
Returns the client version
Returns the current Ethereum protocol version