Eth_blockNumber
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
The JSON-RPC protocol version
2.0methodstringRequiredExample:
Name of the method being called
eth_blockNumberparamsarrayRequired
This method does not take parameters; always send an empty array.
idintegerRequiredExample:
A unique ID for the request
1Responses
200
The latest block number
application/json
jsonrpcstringOptionalExample:
JSON-RPC version used in the response
2.0idintegerOptionalExample:
ID that matches the original request
1resultstringOptionalExample:
The block number of the latest block, represented as a hexadecimal string. Example: "0x10d4f" equals 68943 in decimal.
0x10d4fpost
/200
The latest block number
Last updated