Skip to main content
GET
/
platforms
List platforms
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
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

200 - application/json

List of platforms

platforms
object[]
required
meta
object
required