Skip to main content

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

ParameterTypeDefaultDescription
daysinteger7Look-back window in days.
limitinteger100Max results (max 500).
offsetinteger0Pagination 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
}