Solana transaction decoder
GET pay.ansht.tech/v1/decode
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Decode a Solana transaction into structured instructions, program ids (named), accounts and a human summary. Accepts a base64 serialized transaction (offline) or a landed signature (RPC jsonParsed). Use before signing/sending, or to understand a landed tx.
Resource: pay.ansht.tech/v1/decode
Network: solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, eip155:8453 · Asset: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v · Pay to: GqKTCsyDmKjFkCAVwwuwa9GmdfKBdLUvHDjSKZMBtU8r
Payment methods: — · Last validation: 2026-09-14 11:11:49.283+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"anyOf": [
{
"required": [
"tx"
]
},
{
"required": [
"signature"
]
}
],
"properties": {
"tx": {
"type": "string"
},
"cluster": {
"type": "string"
},
"signature": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "GqKTCsyDmKjFkCAVwwuwa9GmdfKBdLUvHDjSKZMBtU8r",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "GqKTCsyDmKjFkCAVwwuwa9GmdfKBdLUvHDjSKZMBtU8r",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "5000"
},
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x82ede9b8bCeDC60ed48504Dc68f87Ab6a7eeB5e3",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x82ede9b8bCeDC60ed48504Dc68f87Ab6a7eeB5e3",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "5000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.