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

Authorizations

X-API-Key
string
header
required

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

Response

Supported platforms.

platforms
object[]
count
integer
requested_at
string<date-time>