Exchanges
Get supported exchanges and their market counts
Exchanges
GET /api/v1/exchanges
Retrieve all supported prediction market exchanges with their market counts.
This endpoint costs 1 credit per request.
Headers
| Header | Value | Required |
|---|---|---|
Authorization | Bearer or_live_xxxxx | Yes |
Example Request
curl "https://api.tessradar.com/api/v1/exchanges" \
-H "Authorization: Bearer or_live_xxxxx"Example Response
{
"success": true,
"data": [
{
"id": "POLYMARKET",
"name": "polymarket",
"displayName": "Polymarket",
"marketCount": 21454
},
{
"id": "KALSHI",
"name": "kalshi",
"displayName": "Kalshi",
"marketCount": 3200
}
]
}Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Exchange identifier |
name | string | Exchange slug |
displayName | string | Human-readable name |
marketCount | number | Number of markets on exchange |
Supported Exchanges
| Exchange | ID | Description |
|---|---|---|
| Polymarket | POLYMARKET | Decentralized prediction market on Polygon |
| Kalshi | KALSHI | CFTC-regulated US prediction market |