Inspect Solana Transaction Receipt
solana_transaction_receiptInspect one finalized Solana mainnet transaction signature and return normalized success or failure status, slot, block time, fee, SPL-token owner deltas, and canonical USDC deltas. Supply recipient, amount, and optional payer when an exact settlement claim must be verified; use transaction_receipt for Base or Ethereum. Raw instructions and logs are excluded, and this tool performs no wallet, signing, broadcast, custody, or execution action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Optional SPL-token mint; defaults to canonical Solana USDC. | |
| payer | No | Optional expected token payer owner; requires recipient and amountAtomic. | |
| recipient | No | Optional expected token recipient owner. | |
| signature | Yes | Finalized Solana mainnet transaction signature. | |
| amountAtomic | No | Optional expected positive token amount in atomic units; requires recipient. |