π§Ύ Transaction balances & flows
Use the playground below to call GET /transaction/{signature}/data. It returns:
- a balances table showing before/after/delta per wallet and token (SOL + SPL),
- an ordered list of SPL/SOL fund flows (top-level and inner instructions).
Transaction Data Explorer
/transaction/:signature/dataEnter a transaction signature and call the endpoint
What the endpoint returns
Balances
ownerβ wallet address that holds the SOL/SPL balance.tokenMintβ token mint orSOL.preUI/postUI/deltaUIβ human-readable amounts formatted withdecimals.preRaw/postRaw/deltaRawβ amounts in base units (lamports / token base units).
Flows
sequenceβ execution order index (top-level + inner instructions).fromOwnerβtoOwnerβ sender and receiver wallets.tokenMintβ SPL mint involved in the transfer.amountUI/amountRawβ transfer size in formatted and raw units.programIdβ Solana program that executed the instruction.instructionTypeβ decoded Solana instruction type (e.g.,systemTransfer,splTransferChecked).
Last updated on