{"uid":"cap_47AHyVfKaZGbzF4QdZToK","slug":"utilia-solana-transaction-explainer-930fa4fa","name":"Utilia Solana Transaction Explainer","description":"Explain a confirmed Solana transaction, including balance deltas, logs, compute usage, and a retry-safe error classification.","url":"https://api.utilia.ink/base/v1/transaction/:signature","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["signature"],"properties":{"signature":{"type":"string","description":"Base58 Solana transaction signature"}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_AYc1ptJsW8EjNUwTSk2tA","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches and explains a confirmed Solana transaction by signature, returning balance deltas, program logs, compute unit usage, and a retry-safe error classification.","exampleAgentPrompt":"Can you explain what happened in Solana transaction 5KtP...XYZ — specifically what balance changes occurred, what the program logs say, how much compute it used, and whether the error is safe to retry?","exampleUseCases":[{"title":"Debugging a failed Solana swap","prompt":"My Solana swap transaction 3xMf9...ABC failed — can you decode the logs and tell me what went wrong and whether I should retry it?"},{"title":"Auditing token transfer balance deltas","prompt":"I just sent some SPL tokens and the transaction signature is 4qRn...DEF — can you show me all the balance changes that happened, including SOL and token amounts?"},{"title":"Monitoring compute usage of a dApp transaction","prompt":"Check transaction 7yLp...GHI on Solana and tell me how much compute it consumed and whether it was close to the limit."}],"resultDescription":"A structured explanation of the confirmed Solana transaction including: SOL and token balance deltas per account, program log output, compute units consumed, and a classified error code indicating whether the failure is safe to retry or not.","failureModes":["Transaction signature not found or not yet confirmed — returns 404 or not-found error","Invalid Base58 signature format — returns validation error","Transaction is too old and no longer available from RPC history — returns not-found","Network timeout or RPC node unavailability — returns 5xx error","Signature belongs to a transaction that was not finalized — may return pending or null result"],"whenToPreferThis":"Use this endpoint when you need a human-readable or agent-readable breakdown of a specific confirmed Solana transaction — particularly when you need balance deltas, logs, and retry-safe error classification in one call rather than parsing raw RPC responses. Prefer this over raw Solana JSON-RPC getTransaction when you need structured error classification or summarized balance changes without manual parsing.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:49:59.313Z","isFirstParty":false}