get-block-txid-by-index
Retrieve the transaction ID (txid) of a specific index within a Bitcoin block by providing the block hash and index. Essential for detailed blockchain data analysis.
Instructions
Returns txid for a block at a specific index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hash | Yes | The block hash to get txid for | |
index | Yes | The index of the txid in the block |