GET Stats
Get platform-wide statistics and market analytics
GET
Stats
Retrieve aggregated statistics across all markets and exchanges.
GET /api/v1/statsExample 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
| Field | Type | Description |
|---|---|---|
totalMarkets | number | Total markets across all exchanges |
byStatus | object | Market counts by status (OPEN, RESOLVED, CLOSED) |
byExchange | object | Market counts by exchange |
topCategories | array | Top categories with counts |
matchedMarkets | number | Markets matched across exchanges |
totalSnapshots | number | Total price snapshots stored |
lastUpdated | string | Last data update timestamp (ISO 8601) |
Credits: 1 credit per request