Introduction
Overview of our APIs
The Axes 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.axes.coCLOB API
Order placement, cancellation, user orders, and orderbook/pricing operations.
https://clob.axes.coData API
Positions, user activity, holder data, leaderboards, and market analytics.
https://data-api.axes.coWebSocket APIs
Real-time market, user, and sports streams for low-latency updates.
WS_CLOB_URL: wss://ws-subscriptions-clob.axes.coWS_LIVE_DATA_URL: wss://ws-live-data.axes.coAuthentication
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.