On-chain wallet activity
dex_walletOne Ethereum, Base or Arbitrum address: its recorded DEX swaps, net flow per token and activity pattern. For a Hyperliquid ACCOUNT use hl_wallet instead: the same 0x string can exist on both and they are different subjects with different pages. Real coverage limit, state it once when the answer turns on it: the swap feed sees roughly 7 percent of a wallet total activity, so quiet here does not mean inactive. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max recorded swaps returned for this address. Defaults to 25, hard ceiling 100 for everyone and no plan raises it. | |
| address | Yes | Ethereum, Base or Arbitrum address, 0x followed by 40 hex characters. Required. This is the on-chain wallet, not the Hyperliquid account that can sit at the same 0x string: use hl_wallet for that one. An address outside the followed set answers tracked:false, which is a coverage fact and not a wallet doing nothing. |
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. | |
| error | No | invalid_address when the address is not 0x plus 40 hex characters. Nothing was looked up. | |
| venue | No | Always on-chain. This is NOT the Hyperliquid account that can sit at the same 0x string. | |
| 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. | |
| events | No | Its recorded swaps, newest first. | |
| address | No | The address, normalised. | |
| profile | No | What this address has been doing: net flow per token and its activity pattern. | |
| tracked | No | False when this address is outside the followed set. A coverage fact, not a wallet doing nothing. | |
| 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. |