Exchanges, tokens, and datasets supported by DataMaxi+.
Scale (at a glance)
| Metric | Value |
|---|
| Exchanges | 20+ CEX + DEX |
| Tokens | 7,000+ |
| Pair combinations | 200,000+ / second scanned for arbitrage |
| Live tick latency | <100ms end-to-end |
Supported exchanges
DataMaxi+ supports 20+ CEX and DEX venues. The list below names exchanges referenced throughout the docs — it is representative, not exhaustive. Coverage depth (which datasets are available per venue) varies; check the relevant REST/WebSocket endpoint for the authoritative exchanges list.
Centralized exchanges (CEX)
| Venue | Region | Strengths |
|---|
| Binance | Global | Deep spot + perp coverage, reference funding rate. |
| Bybit | Global | Perpetuals, funding rate, liquidations. |
| OKX | Global | Spot + perp, open interest, orderbook. |
| MEXC | Global | Long-tail spot listings. |
| Upbit | Korea (KRW) | Korean kimchi premium leg, KRW-market listing announcements. |
| Bithumb | Korea (KRW) | Korean kimchi premium leg, symbol caution flags with expiry. |
| ...and more | Global / regional | Additional venues covered per dataset; check endpoint exchanges. |
Decentralized exchanges (DEX)
| Chain | Status | Notes |
|---|
| Kaia Chain | Live | All major DEXes — trade + candle endpoints. |
| BNB Chain | Roadmap | Coming soon. |
| More chains | Roadmap | Driven by customer demand. |
Tip: every endpoint that takes an exchange query parameter has a sibling exchanges endpoint that returns the authoritative supported list. Always trust that list over any table in the docs.
Dataset categories
CEX datasets (REST + WebSocket)
| Category | REST | WebSocket | Description |
|---|
| Candle | /rest/cex/candle | — | OHLCV across spot and futures, multiple intervals. |
| Ticker | /rest/cex/ticker | ws/cex/ticker | Latest price, 24h change, volume. |
| Funding rate | /rest/cex/funding-rate | ws/cex/funding-rate | Live + historical funding rates, settlement intervals, index price. |
| Premium | /rest/premium | ws/cex/premium | Cross-exchange spread for the same asset. The arbitrage primitive. |
| Trading fees | /rest/cex/trading-fees | — | Maker/taker by venue and symbol. |
| Wallet status | /rest/cex/wallet-status | — | Per-asset deposit/withdrawal availability. |
| Announcements | /rest/cex/announcements | ws/announcement/listing | Exchange listing announcements (KRW market focus). |
| Token updates | /rest/cex/token-updates | — | Symbol metadata changes, delistings, status flags. |
| Open interest | /rest/cex/open-interest/latest-open-interest | ws/cex/open-interest | Perp open interest snapshots and history. |
| Liquidations | /rest/cex/liquidation/liquidation-feed | ws/cex/liquidation-feed | Liquidation feed, time-series, KPI stats, leverage tier map. |
| Orderbook | — | ws/cex/orderbook | Live L2 orderbook updates. |
| Symbol metadata | /rest/cex/symbol/symbol-metadata | — | Tags, caution flags, per-exchange 24h volume. |
DEX datasets
DEX endpoints live under /rest/dex. Live DEX swap stream: ws/dex/swap.
Cross-venue and ancillary
What's the canonical list?
The single source of truth is the OpenAPI spec at /rest/info for REST and /ws/info for WebSocket. The SDKs and MCP server are generated from that spec — if it's in the spec, it's in every surface.