search_op_returns
Scan Bitcoin blocks to find OP_RETURN transactions containing embedded data, enabling blockchain data retrieval and analysis within specified height ranges.
Instructions
Scan blocks for OP_RETURN transactions.
Note: This is a placeholder that will require additional implementation
for block scanning. Currently returns an error indicating the feature
requires direct block access.
Args:
start_height: Starting block height
end_height: Ending block height (optional, defaults to start_height)
limit: Maximum number of results (default: 100)
Returns:
Dictionary with found OP_RETURN transactions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_height | Yes | ||
| end_height | No | ||
| limit | No |