get_block
Retrieve a Bitcoin block header by hash or height to inspect and verify blockchain data.
Instructions
Fetch a block header by hash or height. Needs a backend.
Args: block: A block hash, or a block height as a number. network: Override the server's network for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | ||
| network | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |