Robinhood Chain method - eth_blockNumber
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the number of the latest block on the chain in hexadecimal format.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Returns the number of the latest block on the chain in hexadecimal format..
jsonrpcstringrequiredThe JSON-RPC protocol version
methodstringrequiredName of the method being called
paramsArray<any>requiredThis method does not take parameters; always send an empty array.
idintegerrequiredA unique ID for the request
Response
200OK
The latest block number
500Internal Server Error
Upstream node or gateway error.