token_flow_activity
Recent Solana token-flow activity for one wallet or token mint: per-transaction token balance deltas with direction, counterparties, an activity read (transfer, swap, mint_burn) and RPC provenance, over a bounded window. $0.02/call via x402 (Solana or Base) or MPP; repeat calls are cache-backed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Keep only transactions that moved this mint. | |
| limit | No | Most recent transactions scanned; filters apply within them. Page with cursor.before. | |
| before | No | Signature cursor from a previous response (cursor.before) to page further back. | |
| address | Yes | Solana wallet owner or token mint (base58). | |
| activity | No | Keep only transactions of this read: transfer, swap (a public DEX program was involved), mint_burn. | any |
| direction | No | For a wallet subject: keep transactions where the wallet received (in) or sent (out) tokens. | any |
| window_hours | No |