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
Returns aggregate stats for the Sports & Esports dataset.

Example

curl "https://datasets.polynode.dev/api/datasets/sports-esports"

Response

{
  "unique_wallets": 715171,
  "total_fills": 56297435,
  "total_volume_usdc": "11754917501",
  "tag_count": 11,
  "earliest_fill": 1761955208,
  "latest_fill": 1777836030
}

Response Fields

FieldTypeDescription
unique_walletsintegerTotal unique wallet addresses in the dataset
total_fillsintegerTotal number of fills (trades) indexed
total_volume_usdcstringTotal volume in USDC
tag_countintegerNumber of distinct sport/esport tags
earliest_fillintegerUnix timestamp of the oldest fill
latest_fillintegerUnix timestamp of the most recent fill