get_indexed_transaction
Retrieve enriched blockchain transaction details with resolved addresses, spent/unspent output status, and block context from an indexer, falling back to mempool.space when needed.
Instructions
Get enriched transaction details from the blockchain indexer.
Unlike analyze_transaction (which uses raw RPC), this returns resolved input addresses, spent/unspent status for each output, and block context. Falls back to mempool.space when the indexer is unavailable.
Args: txid: Transaction ID (64-character hex string)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |