getblockhash
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the block hash of the block at the given height in the blockchain. You must provide a block height (0-based index).
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringgetblockhashrequiredparamsArray<integer>requiredParameters:
height(integer) — The height (index) of the block.
Response
200OK
Block hash successfully retrieved
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error