본문으로 건너뛰기

Data Coverage

Exchanges, tokens, and datasets supported by DataMaxi+.

Scale (at a glance)

MetricValue
Exchanges20+ CEX + DEX
Tokens7,000+
Pair combinations200,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)

VenueRegionStrengths
BinanceGlobalDeep spot + perp coverage, reference funding rate.
BybitGlobalPerpetuals, funding rate, liquidations.
OKXGlobalSpot + perp, open interest, orderbook.
MEXCGlobalLong-tail spot listings.
UpbitKorea (KRW)Korean kimchi premium leg, KRW-market listing announcements.
BithumbKorea (KRW)Korean kimchi premium leg, symbol caution flags with expiry.
...and moreGlobal / regionalAdditional venues covered per dataset; check endpoint exchanges.

Decentralized exchanges (DEX)

ChainStatusNotes
Kaia ChainLiveAll major DEXes — trade + candle endpoints.
BNB ChainRoadmapComing soon.
More chainsRoadmapDriven 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)

CategoryRESTWebSocketDescription
Candle/rest/cex/candleOHLCV across spot and futures, multiple intervals.
Ticker/rest/cex/tickerws/cex/tickerLatest price, 24h change, volume.
Funding rate/rest/cex/funding-ratews/cex/funding-rateLive + historical funding rates, settlement intervals, index price.
Premium/rest/premiumws/cex/premiumCross-exchange spread for the same asset. The arbitrage primitive.
Trading fees/rest/cex/trading-feesMaker/taker by venue and symbol.
Wallet status/rest/cex/wallet-statusPer-asset deposit/withdrawal availability.
Announcements/rest/cex/announcementsws/announcement/listingExchange listing announcements (KRW market focus).
Token updates/rest/cex/token-updatesSymbol metadata changes, delistings, status flags.
Open interest/rest/cex/open-interest/latest-open-interestws/cex/open-interestPerp open interest snapshots and history.
Liquidations/rest/cex/liquidation/liquidation-feedws/cex/liquidation-feedLiquidation feed, time-series, KPI stats, leverage tier map.
Orderbookws/cex/orderbookLive L2 orderbook updates.
Symbol metadata/rest/cex/symbol/symbol-metadataTags, caution flags, per-exchange 24h volume.

DEX datasets

CategoryRESTDescription
Trade/rest/dex/tradeOn-chain swap events per pool.
Candle/rest/dex/candleOHLCV per pool, multiple intervals.
Pools/rest/dex/poolsPool metadata, fees, reserves.

DEX endpoints live under /rest/dex. Live DEX swap stream: ws/dex/swap.

Cross-venue and ancillary

CategoryPathDescription
Forex/rest/forex, ws/forexFiat-pair rates used to normalize cross-currency premium.
Trend/rest/trend/naverNaver search-volume trend (Korean retail sentiment proxy).
Telegram/rest/telegramMultilingual Telegram channel messages for alpha mining.
Listing/rest/listingHistorical Upbit/Bithumb KRW-market listings.
Margin borrow/rest/margin-borrowMargin borrowing rates by venue.
Index price/rest/index-priceReference index price.

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.