Skip to main content
GET /api/v1/exchanges Returns exchanges available to the authenticated user.

Parameters

No parameters required.

Response

success
boolean
Whether the request succeeded.
data
string[]
Array of exchange identifiers.
curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.parsecapi.com/api/v1/exchanges"
{
  "success": true,
  "data": ["polymarket", "kalshi", "limitless", "opinion", "predictfun"]
}