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 |
|---|---|---|---|
tags | string | required | Comma-separated tag slugs (2-10). Example: nba,nfl |
min_volume | number | — | Minimum total volume in USDC across matched tags. |
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, markets. |
limit | integer | 50 | Max results (max 500). |
offset | integer | 0 | Pagination offset. |
Example
Response
Response Fields
| Field | Type | Description |
|---|---|---|
tags | string[] | The tags that were requested |
wallets[].wallet | string | Wallet address |
wallets[].tags_matched | integer | Number of tags this wallet is active in (equals tags length for overlap) |
wallets[].total_fills | integer | Combined fills across matched tags |
wallets[].total_volume_usdc | string | Combined volume across matched tags |
wallets[].total_markets | integer | Combined unique markets across matched tags |

