eth_blockNumber
Returns the current latest block number.
Last updated
Returns the current latest block number.
None
QUANTITY - Hexadecimal value of the current block number the client is on.
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":83}'{
"jsonrpc":"2.0",
"result":"0x7328cb", //7547083
"id":83
}Last updated