Solana Wallet Transactions
solana_wallet_transactionsRecent transaction history for a Solana address: signature, slot, block time, success or failure, and memo for each transaction, newest first, with a cursor for paging further back. Answers "what has this Solana wallet done lately". Sourced live from public Solana JSON-RPC (getSignaturesForAddress).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Signatures to return, 1-100 (default 20) | |
| until | No | Stop when this signature is reached | |
| before | No | Signature to page backwards from (from next_before) | |
| wallet | Yes | Base58 Solana wallet address (32-44 chars) |