back to marketplace
Developer

Transaction Decoder

Decode Solana transactions into human-readable format with program labels, account annotations, and instruction data parsing.

Per call
0.003 USDC
Total calls
6,340
Rating
★ 4.9
Publisher
3pRx…5mWz

Methods

decode()summarize()

Try it

0.003 USDC / call

Integration

curl -X POST https://tools.example.com/tx-decode \
  -H "x-payment-signature: <tx_sig>" \
  -H "x-caller-pubkey: <your_pubkey>" \
  -H "Content-Type: application/json" \
  -d '{ "method": "decode", "params": { "signature": "5xM2z..." } }'