GET Stats

Get platform-wide statistics and market analytics

GET

Stats

Retrieve aggregated statistics across all markets and exchanges.

GET /api/v1/stats

Example Request

curl -H "Authorization: Bearer or_live_xxx" \
  "https://api.tessradar.com/api/v1/stats"

Example Response

{
  "data": {
    "totalMarkets": 24664,
    "byStatus": {
      "OPEN": 24664
    },
    "byExchange": {
      "POLYMARKET": 21464,
      "KALSHI": 3200
    },
    "topCategories": [
      { "category": "Sports", "count": 3909 },
      { "category": "Politics", "count": 1427 },
      { "category": "Crypto", "count": 1193 },
      { "category": "Uncategorized", "count": 18136 }
    ],
    "matchedMarkets": 0,
    "totalSnapshots": 24782,
    "lastUpdated": "2026-01-07T23:51:22.051Z"
  }
}

Response Fields

FieldTypeDescription
totalMarketsnumberTotal markets across all exchanges
byStatusobjectMarket counts by status (OPEN, RESOLVED, CLOSED)
byExchangeobjectMarket counts by exchange
topCategoriesarrayTop categories with counts
matchedMarketsnumberMarkets matched across exchanges
totalSnapshotsnumberTotal price snapshots stored
lastUpdatedstringLast data update timestamp (ISO 8601)

Credits: 1 credit per request

On this page