Kuest Docs

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.com

CLOB API

Order placement, cancellation, user orders, and orderbook/pricing operations.

https://clob.kuest.com

Data API

Positions, user activity, holder data, leaderboards, and market analytics.

https://data-api.kuest.com

WebSocket APIs

Real-time market, user, and sports streams for low-latency updates.

WS_CLOB_URL: wss://ws-subscriptions-clob.kuest.com
WS_LIVE_DATA_URL: wss://ws-live-data.kuest.com

Authentication

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.

On this page