GET Exchanges
Get exchange information and market counts
GET
Exchanges
Retrieve all supported prediction market exchanges with their market counts.
GET /api/v1/exchangesExample 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
| Exchange | ID | Description |
|---|---|---|
| Polymarket | POLYMARKET | Decentralized prediction market on Polygon. Largest volume for political and crypto markets. |
| Kalshi | KALSHI | CFTC-regulated US prediction market. Strong in politics, economics, and sports. |