Get Block Hash
GET
/api/v2/block-index/{block_height}
Returns the block hash for a given block height on the selected network.
Path Parameters
integerrequired
Block height as a non-negative integer.
Responses
200
Block hash for the requested height.
400
Malformed request.
404
Resource not found on the requested network.
Was this page helpful?