Base URL
x-api-key header. Get your free API key →
Endpoint Categories
Polymarket
Markets, prices, candlesticks, orderbooks, trades, wallet analytics, and smart money.
Cross-Platform Matching
Find equivalent markets across Polymarket and Kalshi.
Kalshi · Dflow · Binance
Markets, trades, orderbooks, and tick data across platforms.
All Endpoints
Complete directory of all 38 Data API + 11 Trading API endpoints.
Pagination
Most list endpoints support one of two methods:- Offset-based
- Cursor-based
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20–100 | Number of items to return |
offset | integer | 0 | Items to skip |
Time Parameters
Time-based endpoints accept Unix timestamps in seconds:| Parameter | Type | Description |
|---|---|---|
start_time | integer | Start of time range |
end_time | integer | End of time range |
Some endpoints (like orderbooks) use milliseconds. Check individual endpoint docs.
Response Format
- Success (200)
- Error
Health Check
Rate Limits & Free Endpoints
| Tier | Rate Limit | Monthly Requests | Overage | Price |
|---|---|---|---|---|
| Free | 1 req/sec | 1,000 | — | $0/month |
| Dev | 20 req/sec | 1,000,000 | $5 / 100K | $49/month |
| Pro | 100 req/sec | 5,000,000 | $2.50 / 100K | $249/month |
| Enterprise | Custom | Unlimited | — | $499+/month |
Free Endpoints (All Plans)
Polymarket — 12 free endpoints
Polymarket — 12 free endpoints
/v2/polymarket/markets— List markets/v2/polymarket/events— List events/v2/polymarket/crypto-updown— Crypto up/down markets/v2/polymarket/market-price/{token_id}— Market price/v2/polymarket/candlesticks/{condition_id}— Candlesticks/v2/polymarket/volume-chart/{condition_id}— Volume chart/v2/polymarket/orderbooks— Orderbook history/v2/polymarket/trades— Trades history/v2/polymarket/activity— Wallet activity/v2/polymarket/markets/{token_id}/volume— Volume time series/v2/polymarket/markets/{condition_id}/open_interest— Open interest/v2/polymarket/positions— All positions
Kalshi — 3 free endpoints
Kalshi — 3 free endpoints
/v2/kalshi/markets— List markets/v2/kalshi/trades— Trades history/v2/kalshi/orderbooks— Orderbook history
Dflow — 1 free endpoint
Dflow — 1 free endpoint
/v2/dflow/trades— Trades history
Gated Endpoints (Dev+)
- Cross-Platform Matching —
/v2/matching-markets/* - Smart Money & Analytics — Leaderboards, cohort stats, wallet profiles, smart activity
- Binance Data —
/v2/binance/*
Global Constraints
| Constraint | Value |
|---|---|
| Max search length | 100 characters (minimum 3) |
| Max array filter items | 50 items |
Offset has no upper limit. Individual endpoint limits vary — see each endpoint for specific
limit ranges.OpenAPI Specification
OpenAPI Specification
Download the OpenAPI 3.0 JSON specification for generating client SDKs.
