On-chain DEX whale swaps
onchain_whalesExecuted DEX whale swaps on Ethereum, Base and Arbitrum, each carrying the wallet, the DEX, the token and the USD size. Filter by chain, coin or minimum size. Keyless. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter to one token symbol, for example PEPE. A pair like ETH/USD works too, the quote leg is dropped. One symbol, not a list. Omit for every token. | |
| pair | No | Alias for coin. | |
| chain | No | Restrict to one chain: ethereum, base, arbitrum. Anything else is refused by name rather than answered as nothing happening there. Omit for all of them. | |
| limit | No | Max swaps returned. Defaults to 50, hard ceiling 200 for everyone and no plan raises it. | |
| min_usd | No | Smallest swap to return, in US dollars, for example 500000 for $500K and up. Omit for everything above the size floor this feed already records, which is not every swap on chain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | One line saying what the numbers cover, or why there are none. Read it before reporting any zero as a market reading. | |
| count | No | How many rows this reply carries. | |
| swaps | No | The swaps, each carrying the wallet that signed it, the exchange it went through, the token and the dollar size. | |
| capped | No | Present only when an argument was cut down to a ceiling. Absent means nothing was clamped, so a smaller number than you asked for is the data and not a limit. | |
| available | No | False when this lane could not answer: a producer is dark, the pair sits outside this plan, or the argument named something we do not carry. Absent or true means the numbers are a real reading, not a guess. | |
| access_note | No | What this connection could not return and what lifts it. Always pass this on to the user: it is the only place that information appears. | |
| unknown_chain | No | Set when a chain was named that this feed does not index. Nothing was searched, so this is not no swaps there. | |
| chains_covered | No | The chains this feed indexes. |