▲ DATAMAXI+ · DATA TERMINAL ─ v1.0
Be a data maximalist.
One terminal for every signal that moves a market.
Read premium, funding, open interest, and liquidations across 26 venues, live. Built for traders, desks, and the agents working for them.
LIVESTANDARDIZEDOPEN APIMULTI-INTERFACE
LIVE FEED
BTC/USDT.P funding +0.0103%
ASTER/USDT.P premium +1.84%
SOL listing → upbit NEW · 3s ago
ETH OI 24h +$4.2B
▸ subscribe on Telegram → t.me/datamaxi_listing
02
// who runs this terminal
02 · BUILT FOR
Built for the people who decide.
[/individual]
Spot the spread before it closes. Skim premium, funding, OI in 60 seconds.
▸ alerts in < 1s on telegram
[/desk]
Pipe live market data into your stack. Stable contracts, generous rate limits.
▸ 1M+ requests/day, generous limits
[/agent]
Native MCP. Let the agent fetch fundamentals, scan venues, watch alerts — no glue code.
▸ MCP — one config away
03
// what we cover today
03 · COVERAGE
What we cover.
26
exchanges, live
23 CEX venues
8 perp markets
4 KRW venues
10s of thousands of symbols
sub-second updates
5+ regions, global
SURFACED REGIONS ─ Global · Korea (Upbit · Bithumb) · Asia · EU · US
<3s
listing detection lead
KRW listings, vs official announcement
26 venues
venues monitored
12.4M
events processed daily
99.94%
uptime, last 90 days
04
// what you can do
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.

// 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

// screenshot: /funding-rate
[04·c] ARBITRAGE
Funding gaps. Listing arbs. The spreads worth your attention, ranked.
- pre-fee gross gap, scored
- venue-transfer feasibility checks
- network deposit / withdrawal health
- listing-arb scoring uses our <3s listing feed (see 04·g)

// 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

// 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

// 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 alpha, priced in seconds — not minutes.
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 < 3s
- delisting + status changes too
- Telegram channel — live since day one
- stream every event over WebSocket
- feeds the listing-arb scanner end-to-end
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
// same data, different doors
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
// what we cover next
06 · ROADMAP