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/markets
Returns top markets (by Polymarket condition_id) ranked by unique wallets, fills, or volume.

Query Parameters

ParameterTypeDefaultDescription
sortstringwalletsSort by: wallets, fills, volume.
limitinteger50Results per page (max 500).
offsetinteger0Pagination offset.

Example

curl "https://datasets.polynode.dev/api/datasets/sports-esports/markets?sort=wallets&limit=5"

Response

{
  "markets": [
    {
      "condition_id": "0x22e7b5e35423e76842dd3a5e1a21d13793811080d5e7b2896d0c001bd5e97d54",
      "tag_slug": "sports",
      "unique_wallets": 4821,
      "fills": 42210,
      "volume_usdc": "8204193"
    }
  ],
  "count": 5,
  "limit": 5,
  "offset": 0
}
Cross-reference condition_id with Polymarket’s Gamma API to get market names: gamma-api.polymarket.com/markets?conditionId=0x...