Per-wallet activity
Explorer API
Wallet
Per-wallet activity summary, top pairs, frequent counterparts, and a 365-day heatmap
GET
Per-wallet activity
Endpoint
Request
| Path parameter | Type | Required | Description |
|---|---|---|---|
addr | string | Yes | Wallet address (max 200 chars) |
Response
Field Reference
summary
| Field | Description |
|---|---|
total_volume_usd | USD volume sent (where address is from_address) |
transaction_count | Swaps initiated by this wallet |
received_count | Swaps where this wallet was the recipient (excluding self-sends) |
first_seen | Oldest swap timestamp (ISO-8601) |
last_seen | Most recent swap timestamp |
avg_swap_usd | total_volume_usd / transaction_count |
relations
| Field | Description |
|---|---|
frequent_counterparts | Top 5 destination addresses this wallet sent to |
received_from | Top 5 source addresses that sent here (and aren’t this wallet) |
top_pairs
Top 8 sent-from-this-wallet pairs by count.
volume_timeline
Last 30 days, daily buckets. Days with no activity are omitted.
activity_heatmap
Last 365 days, daily buckets, count only (no volume). For dashboard heatmap rendering.
recent_txs
Up to 10 most recent swaps initiated by this wallet (ExplorerTransaction shape — see overview).
Errors
| Status | Description |
|---|---|
400 | Missing addr or longer than 200 chars |
404 | No swaps found from or to this address |
Caching
Cache-Control: public, max-age=60. The cache is per-address.