madeonsol_wallet_tracker_trades
Retrieve historical swap and transfer events from tracked Solana wallets. Filter by wallet, action type, event type, and paginate results.
Instructions
Historical swap and transfer events for all your watched wallets. BASIC: truncated wallets, no tx_signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | Filter to a specific wallet address | |
| action | No | Filter by action type | |
| event_type | No | Filter by event type: swap (token trade) or transfer (SOL moved) | |
| limit | No | Max results (1–200) | |
| before | No | Pagination cursor: block_time of the last event from previous page |