DataMaxi+
20+ venues
Open Terminal →
▲ ARBITRAGE DATA TERMINAL

Every spread. Every venue. Before it closes.

Real-time cross-exchange, funding, and listing arbitrage data — 20+ global & Korean exchanges. One terminal, one API.

LIVESTANDARDIZEDOPEN APIMULTI-INTERFACE
curl api.datamaxiplus.com →Enteropen terminal
LIVE FEED
BTC/USDT.P funding +0.0103%
ASTER/USDT.P premium +1.84%
SOL listing → upbit NEW · just now
ETH OI 24h +$4.2B
▸ subscribe on Telegram → t.me/datamaxi_listing
02
02 · BUILT FOR

Built for the people who decide.

[/individual]

Spot the spread before it closes. Skim premium, funding, and OI at a glance.

▸ instant Telegram alerts
[/desk]

Pipe live market data into your stack. Stable contracts, generous rate limits.

▸ REST + WebSocket · generous limits
[/agent]

Native MCP. Let the agent fetch fundamentals, scan venues, watch alerts — no glue code.

▸ MCP — one config away
03
03 · COVERAGE

What we cover.

20+
exchanges, live
10 CEX venues
7 perp markets
2 KRW venues
10s of thousands of symbols
spot · perp · dex markets
5+ regions, global
SURFACED REGIONS ─ Global · Korea (Upbit · Bithumb) · Asia · EU · US
20+
venues, live
global CEXs · Upbit & Bithumb · perp DEXs
5 arb surfaces
spread · funding · basis · listing · delist
4 channels
REST · WebSocket · Telegram · MCP
KRW-first
Upbit & Bithumb, the moment they land
04
04 · WHAT YOU CAN DO

Everything you'd expect from a market terminal. And the things only we ship.

[04·a] PREMIUM

See every cross-exchange spread, the moment it opens.

  • cross-exchange · cross-region
  • realtime spread matrix
  • filter by venue / market / fees
  • pin pairs. drop the noise.
Premium screener — cross-exchange spread matrix
// screenshot: /premium
[04·b] DERIVATIVES

Funding, open interest, liquidations — read as one signal.

  • token × exchange funding matrix
  • OI per venue, over time
  • liquidation heatmap, live
  • interval-normalised so 1h and 8h venues compare on the same carry unit
Funding rate matrix — token × exchange with top movers
// screenshot: /funding-rate
[04·c] ARBITRAGE

Funding gaps, spot-perp basis, listing arbs — the spreads worth your attention, ranked.

  • pre-fee gross gap, scored
  • spot-perp basis + cross-exchange perp spreads
  • venue-transfer feasibility & deposit / withdrawal health
  • listing-arb scoring built on our real-time listing feed (see 04·g)
Funding-gap scanner — ranked spread opportunities
// screenshot: /funding-gap
[04·d] INSIGHTS

One token, every venue, every dimension.

  • price candles + per-exchange volume
  • funding & OI breakdown per venue
  • deposit / withdrawal status
  • Telegram chatter
  • alert presets, one tap away
Token detail workbench — per-venue activity, OI, liquidations
// screenshot: /token
[04·e] ALERTS

Move when the market moves.

  • premium · funding · liquidation · listing
  • Telegram delivery — instant
  • threshold or expression
  • six curated presets, one tap
  • build your own in seconds
Alerts — preset gallery + active list
// screenshot: /alerts
[04·f] API · SDK · MCP

For traders, desks, and the agents working for them.

  • REST + WebSocket
  • SDKs in Python · TypeScript · Rust
  • MCP server for AI agents
  • same data, different doors
from datamaxiplus import Client
c = Client(api_key="...")
c.premium.kimchi(symbol="BTC")
[04·g] LISTING SPEED

The Korean listing edge — surfaced the moment it lands.

KRW pairs on Upbit and Bithumb still move markets harder than any other listing on the planet. We surface the announcement the moment it lands.

  • Upbit / Bithumb listing alerts, real-time
  • delisting + status changes too
  • Telegram channel — live since day one
  • stream every event over WebSocket
  • feeds the listing-arb scanner end-to-end
Act on it in real time.That speed is the edge. Subscribe to the WebSocket listing feed and trade KRW listings the moment they land.
import { connect } from "@datamaxiplus/sdk";

const ws = connect("listing");
ws.on("event", (e) => {
  // e = { exchange: "upbit", base: "SOL",
  //       quote: "KRW", kind: "listing",
  //       ts: 1717400123 }
  notify(e);
});
05
05 · INTERFACES

Same data. Different doors.

[web]
live in your browser
fastest path to start
[desktop]
native shell
COMING SOON
[mobile]
iOS / Android
COMING SOON
[api / sdk / mcp]
REST · WebSocket
python · typescript · rust
MCP server
06
06 · ROADMAP

Crypto today.
Every market that matters, next.

We started with crypto because it moves fastest. Korean exchange listings became one of our sharpest edges, and the same speed will scope into equities, prediction markets, FX, and macro. Anything you need to size a position, on the same terminal.
07
07 · FAQ

Questions, answered.

What is DataMaxi+?

DataMaxi+ is a real-time data terminal and API for crypto arbitrage. It tracks cross-exchange price spreads, funding-rate gaps, spot-perp basis, and new-listing events across 20+ global and Korean exchanges, and delivers them over web, REST, WebSocket, Telegram, and an MCP server for AI agents.

What arbitrage data does DataMaxi+ provide?

Cross-exchange spot spreads (including kimchi premium), funding-rate arbitrage with a ranked funding-gap scanner, spot-perp basis and cross-exchange perpetual spreads, and event-based new-listing arbitrage. Derivatives context — a funding matrix, open interest, and live liquidations — sits alongside to size and time each trade.

Which exchanges does DataMaxi+ cover?

20+ venues, including global CEXs (Binance, Bybit, OKX, MEXC, Bitget, Gate, HTX, HashKey), the Korean exchanges Upbit and Bithumb, and major perpetual DEXs. Coverage varies per metric — the API exposes the exact venue list for each endpoint.

What new-listing alerts does DataMaxi+ provide?

New CEX listing announcements the moment they land, with Korean-won (KRW) listings on Upbit and Bithumb as the flagship, plus delisting and caution schedules. Alerts stream over Telegram, WebSocket, and the web terminal, and feed the listing-arbitrage scanner end to end.

How do I get DataMaxi+ arbitrage data via API?

Over a REST API and WebSocket, with SDKs for Python, TypeScript, and Rust. AI agents can connect through the DataMaxi+ MCP server, and traders can use the web terminal and Telegram channels. Every channel serves the same data — authenticate REST and WebSocket with the X-DTMX-APIKEY header.

Does DataMaxi+ cover stocks or other markets?

Today DataMaxi+ focuses on crypto arbitrage. Coverage of other markets such as equities, FX, and macro data is on the roadmap — the same terminal, extended to any market you need to size a position.