Skip to main content

What is DataMaxi+

A comprehensive crypto data platform powering arbitrage strategies, trading bots, and AI agents.

Mission

Crypto market data is fragmented across dozens of CEX and DEX venues, each with its own schema, rate limits, and latency profile. DataMaxi+ consolidates that fragmented surface into a single normalized feed — so traders, quants, and AI agents can focus on the trade, not on the plumbing.

We specialize in arbitrage-grade data: kimchi premium, funding-rate skews, listing announcements, and on-chain deposit tracking. The same primitives that power our hosted product (datamaxiplus.com) are exposed through this developer platform.

The platform in three paragraphs

Ingestion. DataMaxi+ runs collectors against 20+ CEX (Binance, Bybit, OKX, MEXC, Upbit, Bithumb, ...) and DEX venues on Kaia Chain (with BNB and more on the roadmap). Collectors normalize every venue's tick, funding rate, orderbook, and announcement stream into a uniform schema and push to our aggregation tier.

Aggregation. The aggregator computes derived datasets that matter for the trade — cross-exchange spreads (premium), annualized funding rates, listing-event windows, and liquidation maps. Reference data (symbol metadata, trading fees, wallet status, chain assets) is kept in sync so a downstream consumer sees one consistent view of the market.

Distribution. The data leaves the platform through three surfaces: a REST API for snapshots and historical pulls, a WebSocket API for sub-100ms live streams, and an MCP server that lets AI agents query the same datasets as a first-class tool. SDKs in Python, Rust, and TypeScript wrap REST and WebSocket so you can be in production in under an hour.

Next steps

Already building? Jump to the API Getting Started or grab an API key at datamaxiplus.com/login.

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.
Symbol metadata/rest/cex/symbol/symbol-metadataTags, caution flags, per-exchange 24h volume.

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.

Reliability & SLA

Uptime, latency, and data-freshness posture — stated honestly.

Current posture (default plans)

These are operational targets for Free, Starter, Pro, and Pro+ tiers. They are not contractual SLAs unless you are on an enterprise agreement.

DimensionTargetNotes
REST availability99.5%+ rolling 30-dayMonthly windows include planned maintenance.
WebSocket availability99.5%+ rolling 30-dayReconnect logic in SDKs is expected on the client side.
End-to-end tick latency< 100ms (venue → DataMaxi+ WebSocket client)Measured for major CEX tick + funding-rate streams.
REST snapshot freshness≤ 1s for hot datasets (ticker, premium, funding)Reference data (trading fees, wallet status) refreshes minutes-scale.
Aggregated dataset freshness≤ 3s for premium / cross-exchange spreadsDefault product update frequency is 3 seconds; selectable up to 30s in the hosted app.
Liquidation feedBucketed history cached ~30s server-sideLive feed pushes per-event on WebSocket.

Connection requirements

WebSocket keep-alive

Connection keepalive is server-managed — the DataMaxi+ server sends WebSocket protocol Ping frames every 30 seconds, and any compliant WebSocket library will Pong back automatically. Clients are not required to send an application-level PING to hold the connection open.

Clients may optionally send {"method":"PING","id":int} as a client-side health check; it is accepted but has no effect on connection lifetime.

See WebSocket API › Ping for the full behavior.

Rate limits

REST API rate limit (default plans):

WindowRequests per API key
30 seconds20

Exceeding the limit returns HTTP 429. See Rate Limits for the per-tier table.

What we monitor

  • Per-venue collector health — sequence-gap detection, reconnect counters, per-venue lag.
  • Aggregator pipeline lag — time from raw tick → derived dataset publish.
  • Edge latency — round-trip from public REST/WebSocket back to monitored probes.
  • WebSocket fan-out backlog — slow-consumer detection.

We page on aggregator pipeline lag and venue feed loss. Status updates for major incidents are posted to our Telegram channel.

Enterprise SLAs

If you need a contractual SLA, dedicated capacity, custom datasets, or a tighter-than-default latency profile, reach out:

Typical enterprise terms cover:

  • 99.9% rolling-monthly availability commitment with credit schedule.
  • Named on-call channel (Telegram or Slack).
  • Reserved REST/WebSocket capacity above the Pro+ default.
  • Custom dataset additions (specific venues, custom intervals, bespoke aggregations).
  • Direct VPN / private peering on request.

Honest caveats

A few things we want you to know going in:

  • Free tier is best-effort. It's there for development and evaluation; please don't put production trading on the Free tier and then be surprised.
  • Exchange outages propagate. If Binance is down, our Binance data is down — by definition. Cross-venue fallbacks help for derived datasets like premium, but a single-venue endpoint inherits the venue's uptime.
  • Long-tail tokens have thinner coverage. A BTC/USDT tick comes from every supported venue with the same fidelity. A new long-tail listing may only be on the venue(s) that list it.
  • Reference data is eventually-consistent. Trading fees, wallet status, and symbol metadata refresh on a schedule, not instantly. If you need real-time wallet status, talk to us.

Pricing & Tiers

For the live, authoritative pricing — including current promos and waiting-list links — see datamaxiplus.com/pricing.

DataMaxi+ ships in four tiers. Lower tiers cover the hosted web app; API access lands at Pro+.

Tier matrix

TierAudienceHosted appAPI access
FreeHobbyists, emerging investorsCore dashboards, BTC/ETH/SOL/DOGE/XRPLimited (development / eval)
StarterBeginners exploring arbitrage+ full token coverage on key dashboardsLimited
ProProfessional investors using CEX and DEX+ advanced strategies, full venue listLimited
Pro+Tech-savvy investors and quant teamsEverything in ProFull REST + WebSocket access

Exact feature gates, rate limits, and pricing per tier are maintained on the pricing page so they don't drift here.

Free trial for the API

You can evaluate the REST and WebSocket API today on the Free tier — start with the API Getting Started guide. If you outgrow the eval rate limits, join the Pro+ waiting list on the pricing page.

Need more than Pro+?

For enterprise volume, dedicated capacity, custom datasets, or a contractual SLA:

See Reliability & SLA for what an enterprise agreement typically covers.