get_block_hash_with_height
Retrieve the unique hash identifier of a Bitcoin block by specifying its height (position in the blockchain) to verify block integrity or look up historical blocks.
Instructions
Use this to retrieve the unique hash identifier of a Bitcoin block by specifying its height (position in the blockchain).
Returns the block hash in string format for the given height.
Block height represents the block's position in the blockchain (e.g., height 0 is the Genesis block, height 875000 is the 875,000th block).
Use cases: When you need to identify a specific block by its position, to verify block integrity, or to look up historical blocks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | Yes |