cURL
curl --request GET \ --url https://api-v2.polyrouter.io/platforms \ --header 'X-API-Key: <api-key>'
{ "platforms": [ { "id": "polymarket", "name": "Polymarket", "status": "available", "health": { "status": "pass", "last_check": "2025-01-01T00:00:00.000Z", "response_time_ms": 150 }, "endpoints": [ { "name": "markets", "available": true } ], "features": { "orderbook": true, "trades": true, "historical_data": true, "user_profiles": true } } ], "meta": { "request_time": 123, "total": 123 } }
Get all available prediction market platforms
Documentation IndexFetch the complete documentation index at: https://docs.polyrouter.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.polyrouter.io/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
List of platforms
Show child attributes