GET Exchanges

Get exchange information and market counts

GET

Exchanges

Retrieve all supported prediction market exchanges with their market counts.

GET /api/v1/exchanges

Example Request

curl -H "Authorization: Bearer or_live_xxx" \
  "https://api.tessradar.com/api/v1/exchanges"

Example Response

{
  "data": [
    {
      "id": "POLYMARKET",
      "name": "polymarket",
      "displayName": "Polymarket",
      "marketCount": 21454
    },
    {
      "id": "KALSHI",
      "name": "kalshi",
      "displayName": "Kalshi",
      "marketCount": 3200
    }
  ]
}

Credits: 1 credit per request


Supported Exchanges

ExchangeIDDescription
PolymarketPOLYMARKETDecentralized prediction market on Polygon. Largest volume for political and crypto markets.
KalshiKALSHICFTC-regulated US prediction market. Strong in politics, economics, and sports.

On this page