Query Bitcoin transaction inputs filtered by prevout script type to analyze spending patterns across address types.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
