Axes Docs

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

CLOB API

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

https://clob.axes.co

Data API

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

https://data-api.axes.co

WebSocket APIs

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

WS_CLOB_URL: wss://ws-subscriptions-clob.axes.co
WS_LIVE_DATA_URL: wss://ws-live-data.axes.co

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