Basic
For side projects and exploration
$199/mo
- API keys
- 20
- Weight / minute
- 100
- History
- 3 months
- WS connections
- 5
Builders › Data API
Aggregated order flow over REST and WebSocket: candles, order book, heatmaps, liquidations, open interest, and CVD across 20+ exchanges.
Get your keycurl -H "X-API-Key: YOUR_KEY" \
"https://eu-central-1.mmt.gg/api/v1/vd?exchange=binancef&symbol=btc/usd&tf=1m&bucket=11"
# $5M+ tradesThe MMT API serves the same aggregated order flow data the terminal runs on, over REST and WebSocket. One key and one schema cover 20+ exchanges, spot, futures, and perps. Build bots, alerting systems, dashboards, and research on it.
The Hyperliquid stop and take-profit heatmaps are on no other API. Read resting stop and take-profit levels from real positions.
| Endpoint | Weight | Feed |
|---|---|---|
| /stats | 1x | Funding, liquidations, depth bands, skew |
| /candles | 1x | OHLC, buy and sell volume, trade counts |
| /vd | 1x | CVD, 11 size bands, whale prints |
| /oi | 1x | Open interest OHLC |
| /orderbook | 1 | Live order book snapshot |
| /volumes | 4x | Volume profile, point of control |
| /heatmap_sd · _hd | 5x · 10x | Resting order book walls |
| /liquidation_heatmapHyperliquid | 5x | Liquidation clusters |
| /stop_heatmap · /tp_heatmapOnly on MMT | 5x | Resting stop and take-profit levels |
| /markets | 0 | Symbol discovery and tier info |
| /usage | 0 | Quota and per-key usage |
| WS: trades · liquidations · streams | free | Push variants of every REST feed, no rate-limit weight |
Market data only. No TradFi indices, options chains, or Hyperliquid wallet positions.
MMT handles venue names, market types, and timestamps before the data reaches your app. Aggregate as many venues as you want in a single call.
curl -H "X-API-Key: YOUR_KEY" \
"https://eu-central-1.mmt.gg/api/v1/heatmap_sd?exchange=binancef:bybitf:okxf:deribitf:hyperliquid:bitmexf&symbol=btc/usd&tf=1m"Every call has a weight, and your plan sets a budget per minute.
Push variants of every feed, with no rate-limit weight.
{
"type": "subscribe",
"channel": "trades",
"exchange": "binancef:bybitf:okxf:deribitf:hyperliquid:bitmexf",
"symbol": "btc/usd"
}For side projects and exploration
$199/mo
For serious builders
$499/mo
For market makers & institutions
Custom
Tailored pricing, dedicated infrastructure, custom rate limits, and priority support for high-volume workloads.
Contact UsPriced separately from the terminal. See terminal plans →
MMT aggregates 21 exchanges into one schema and serves order flow data most exchange APIs don't expose: volume delta in size bands, order book heatmaps, and liquidation maps. One integration covers all of them.
Every REST call has a weight, and your plan sets a weight budget per minute. Light data like candles and stats is 1x, heavier data like HD heatmaps is 10x. WebSocket streams carry no weight.
Basic allows 5 connections, Pro allows 15, with up to 200 subscriptions per connection on Pro. Streams do not count against your weight budget.
The stop, take-profit, and liquidation heatmap endpoints are Hyperliquid-only, sourced from real positions. No other API serves resting stop and take-profit levels.
History depth scales with your tier. The console shows the current window for your active plan.
Free forever on the terminal. The API is priced on its own.
Get your key