get_transaction_input_output
Analyze Bitcoin transaction flow by retrieving detailed input and output breakdowns, including addresses, amounts, and fund movement patterns for transparency and tracking.
Instructions
Use this to get detailed input and output breakdown of a Bitcoin transaction, including all addresses and amounts involved.
Returns comprehensive flow analysis in string format across four sections:
**Accounting Summary:**
- Total incoming volume (sum of all inputs) in BTC
- Total outgoing volume (sum of all outputs) in BTC
- Network fees paid (difference between inputs and outputs) in BTC
**Detailed UTXO Flow:**
- List of all incoming movements (inputs) with:
- Source address
- Amount in BTC
- Previous transaction reference (prev_out)
- List of all outgoing movements (outputs) with:
- Destination address
- Amount in BTC
- Output index
**Participant Registry:**
- Complete list of sender addresses (count included)
- Complete list of recipient addresses (count included)
This provides full transparency into the transaction's inputs (where funds came from) and outputs (where funds went), essential for tracking fund flow and identifying all parties involved.
Use cases: When you need to trace Bitcoin flow, identify sender/recipient addresses, analyze UTXO structure, or investigate complex multi-party transactions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes |