Skip to main content
GET
/
v1
/
api
/
analytics
/
stats
Platform statistics
curl --request GET \
  --url https://api.dotprediction.io/v1/api/analytics/stats \
  --header 'X-API-Key: <api-key>'
{
  "stats": {
    "total_markets": 123,
    "active_markets": 123,
    "resolved_markets": 123,
    "volume_24h": 123,
    "volume_7d": 123,
    "volume_30d": 123,
    "total_volume": 123,
    "total_liquidity": 123,
    "total_open_interest": 123,
    "top_category": "<string>",
    "avg_spread": 123,
    "market_count_by_status": {},
    "category_breakdown": {},
    "platforms": {}
  },
  "meta": {
    "platforms": [
      "<string>"
    ],
    "request_time": 123,
    "cache_hit": true,
    "data_completeness": {}
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.

Query Parameters

provider
enum<string>

Filter by platform. Omit for cross-platform results.

Available options:
kalshi,
polymarket,
limitless

Response

Platform-level aggregate statistics.

stats
object
meta
object