Unified, normalized market data from leading exchanges — low-latency REST & WebSocket endpoints for trading, research, and analytics.
Get a sample ticker in one request.
curl -H "Authorization: Bearer <API_KEY>" "https://api.example.com/v1/markets/ticker?symbol=BTC-USDC"
| Endpoint | Method | Description |
|---|---|---|
| /v1/markets/ticker | GET | Latest ticker (price, bid, ask, volume) for a symbol. |
| /v1/markets/orderbook | GET | Order book (aggregated) with configurable depth. |
| /v1/markets/ohlcv | GET | Historical OHLCV for backtesting. |
| /v1/stream | WS | WebSocket stream for real-time events and updates. |