/ DEVELOPERS / API / ETH_BLOCKNUMBER
eth_blockNumber
Returns the latest sealed block height.
eth_blockNumber
Returns the latest sealed block height.
eth_*category: blockreturns: hex uint
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'