GET /api/v1/exchanges
Returns exchange capabilities available to the authenticated user.
Parameters
No parameters required.Response
Array of capability objects with per-exchange support flags.
Capability flags like
create_order and cancel_order may be false if exchange credentials are not configured. Use GET /ping to verify your auth status per exchange.fetch_order_history indicates support for GET /orders?status=closed|all. watch_address indicates support for wallet address subscriptions on the existing WebSocket endpoint.fetch_price_history is currently true on Polymarket, Kalshi, Opinion, and Limitless, and false on PredictFun.