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.
GET https://datasets.polynode.dev/api/datasets/sports-esports/wallets/new
Returns wallets that appeared for the first time within a recent window.
Query Parameters
| Parameter | Type | Default | Description |
|---|
days | integer | 7 | Look-back window in days. |
limit | integer | 100 | Max results (max 500). |
offset | integer | 0 | Pagination offset. |
Example
curl "https://datasets.polynode.dev/api/datasets/sports-esports/wallets/new?days=14&limit=10"
Response
{
"wallets": [
{
"wallet": "0xabc123...",
"tag_slug": "sports",
"fill_count": 42,
"volume_usdc": "8420.50",
"first_seen": 1777401632,
"last_seen": 1777408494,
"markets_traded": 12
}
],
"count": 10,
"days": 14
}