Skip to main content
POST
eth_blockNumber
Robinhood Chain API method that returns the number of the most recent block.

Parameters

None

Response

  • quantity — the current block number the client is on

eth_blockNumber code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_blockNumber
params
any[]

Response

200 - application/json

Returns the number of most recent block.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026