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/activity/daily
Daily time series of wallet activity across all sports tags.

Query Parameters

ParameterTypeDefaultDescription
daysinteger30Number of days to return.

Example

curl "https://datasets.polynode.dev/api/datasets/sports-esports/activity/daily?days=7"

Response

{
  "days": [
    {
      "timestamp": 1777708800,
      "wallets": 48291,
      "fills": 312847,
      "volume_usdc": "71204832"
    }
  ],
  "count": 7
}
The timestamp field is the start of each day (midnight UTC, unix seconds).