Comment on page
eth_blocknumber
Returns the number of the most recent block.
none
QUANTITY
- integer of the current block number the client is on.Request
curl https://rpc.<REGION>.gateway.fm/v4/gnosis/non-archival/mainnet \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":71}'
Result
{
"jsonrpc": "2.0",
"id": 71,
"result": "0x101218e"
}
Last modified 10mo ago