madeonsol_wallet_trades
Retrieve raw trades for any Solana wallet with cursor-based pagination. Filter by buy/sell action, token mint, or time window using Unix timestamps.
Instructions
Cursor-paginated raw trades for any wallet. Filter by action (buy/sell), specific token_mint, time window via since/until (Unix seconds; default last 90 days). Cursor encodes (block_time, id) for stable DESC pagination — pass next_cursor from the previous response to fetch older trades. Limit 1-500 (default 100). PRO+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Trades per page (1-500) | |
| since | No | Unix epoch seconds — default now-90d | |
| until | No | Unix epoch seconds — default now | |
| action | No | Filter to buys or sells only | |
| cursor | No | Cursor from previous response's next_cursor field | |
| address | Yes | Solana wallet address (base58) | |
| token_mint | No | Filter to a single token mint |