Returns aggregated statistics broken down by market category.
cURL
curl --request GET \ --url https://api.dotprediction.io/v1/api/analytics/categories \ --header 'X-API-Key: <api-key>'
{ "categories": [ { "name": "<string>", "slug": "<string>", "active_markets": 123, "total_markets": 123, "volume_24h": 123, "volume_7d": 123, "volume_30d": 123, "total_volume": 123, "total_liquidity": 123, "avg_liquidity_per_market": 123, "avg_spread": 123, "platforms": [ "<string>" ] } ], "meta": { "platforms": [ "<string>" ], "request_time": 123, "total_active_markets": 123, "total_volume_24h": 123 } }
API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.
/v1/api/auth/api-keys
Filter by platform. Omit for cross-platform results.
kalshi
polymarket
limitless
Category-level analytics.
Show child attributes