Use Case
Analyze Bitcoin inputs to:- Track Taproot adoption by monitoring witness_v1_taproot inputs
- Analyze UTXO spending patterns by script type
- Monitor value flow from specific address types
- Build spending analytics dashboards
Sample Response
Field Descriptions
transactionIndex- Index of the parent transaction within the blockinputIndex- Index of this input within the transactiontxid- Transaction ID of the output being spentvout- Index of the output being spent in the referenced transactionprevoutValue- Value of the spent output in BTCprevoutScriptPubKeyType- Script type of the spent output (e.g.witness_v1_taproot)prevoutScriptPubKeyAddress- Address of the spent output

