Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
tag | string | — | Filter by tag slug: sports, nfl, esports, soccer, boxing, tennis, ufc, mlb, baseball, nba, counter-strike-2. |
after | integer | — | Only wallets active after this unix timestamp. |
before | integer | — | Only wallets active before this unix timestamp. |
sort | string | volume | Sort by: volume, fills, first_seen, last_seen, markets. |
limit | integer | 50 | Results per page (max 500). |
offset | integer | 0 | Pagination offset. |
Example: All NFL wallets sorted by volume
Example: Sports wallets active after Jan 1, 2025
Response
Response Fields
| Field | Type | Description |
|---|---|---|
wallet | string | Ethereum address (0x-prefixed, lowercase) |
tag_slug | string | The sport/esport tag this row is aggregated for |
fill_count | integer | Total fills (maker + taker combined) |
total_volume_usdc | string | Total volume in USDC |
maker_fills | integer | Fills where this wallet was the maker (liquidity provider) |
taker_fills | integer | Fills where this wallet was the taker (liquidity consumer) |
first_seen | integer | Unix timestamp of first trade |
last_seen | integer | Unix timestamp of most recent trade |
markets_traded | integer | Number of distinct markets (condition_ids) traded |

