Transactions
Get blockchain-specific transaction JSON.
Returns transaction data in the exact backend-specific format. Use this when a chain exposes fields that are intentionally absent from the normalized Tx schema.
Load estimate: Medium; payload size depends on chain-specific fields and transaction complexity.
get/api/v2/tx-specific/{txid}
Path parameters
txidstring required
Transaction id/hash.
Response
Chain-specific transaction payload.
{"stackTrail":"paths:/api/v2/tx-specific/{txid}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Arbitrary chain-specific transaction payload."}