getblockhash

Returns the hash of the block at a given height (index) in the active Bitcoin blockchain.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
heightintegerRequired>=0

The height of the block to retrieve the hash for.

Response

The hash of the block at the specified height.