Introduction
Overview of our APIs
The Kuest API provides programmatic access this prediction market. The platform is served by separate APIs, each handling a different domain.
APIs
Gamma API
Public market discovery, events, tags, series, and search endpoints with Gamma-compatible responses.
https://gamma-api.kuest.comCLOB API
Order placement, cancellation, user orders, and orderbook/pricing operations.
https://clob.kuest.comData API
Positions, user activity, holder data, leaderboards, and market analytics.
https://data-api.kuest.comWebSocket APIs
Real-time market, user, and sports streams for low-latency updates.
WS_CLOB_URL: wss://ws-subscriptions-clob.kuest.comWS_LIVE_DATA_URL: wss://ws-live-data.kuest.comAuthentication
Public endpoints (market discovery, order book snapshots, pricing, and most analytics views) can be called without credentials.
Trading and private account workflows require authenticated CLOB requests. See Authentication for header formats and credential flow.