Quickstart
cURL
Historical Data
Backtest-grade archive products for trades, candles, markets, and later order books.
Realtime Data
Low-latency reads for markets, ticks, and order-book snapshots.
Product APIs
Authenticated workspace objects like backtests, bots, and strategies.
Choose an auth mode
- Market Data Key
- User Token
Use API keys for market data reads and archive access. This is the clean external model for public and paid data products.
Start with one endpoint
If you want the fastest first integration, start withGET /api/v1/markets and one view:
matchedfor the most useful live market listresolvingfor a narrower operational slice
Multi-language examples
What to read next
Authentication
Header formats, public vs private auth, and the recommended external contract.
API Reference
The manual endpoint pages with parameters, request examples, and response shapes.