Returns a list of all supported prediction market platforms and their capabilities.
cURL
curl --request GET \ --url https://api.dotprediction.io/v1/api/platforms \ --header 'X-API-Key: <api-key>'
{ "platforms": [ { "name": "<string>", "id": "<string>", "capabilities": { "markets": true, "events": true, "series": true, "trades": true, "orderbook": true, "price_history": true, "profiles": true } } ], "count": 123, "requested_at": "2023-11-07T05:31:56Z" }
API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.
/v1/api/auth/api-keys
Supported platforms.
Show child attributes