whale_swaps
Track large DEX swap events on Base to identify whale buying or selling activity. Filter by minimum size, DEX, block, or trade direction for copy-trading signals.
Instructions
Recent large ($-value) DEX Swap events (Uniswap V3 + Aerodrome) on the Base pools the new-pairs watcher tracks — a whale-following / copy-trading signal. POST { min?, dex?, since?, limit?, direction? }; each swap gives the pool, token, quote (WETH/USDC), USD size, direction (buy/sell of the token), block + approx age, txHash. usdValue is the quote side (WETH×ETH-USD or USDC). Unpaid returns 402. (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Filter: 'uniswap-v3' | 'aerodrome' | |
| min | No | Only swaps of at least this USD size (default 10000) | |
| limit | No | Max swaps (1–200, default 50) | |
| since | No | Only swaps at or after this block | |
| direction | No | Filter: 'buy' | 'sell' (of the non-quote token) |