Unified market data
from every exchange.
One call. That's it.

Heatmaps, volumes, candles, order flow, open interest, and liquidation data from 20+ exchanges. One schema. One auth. REST and WebSocket.

It shouldn't be this hard.

You've been here before. You want candles from Binance, liquidations from Bybit, and open interest from OKX. That's three APIs, three auth flows, three rate limiters, and three completely different response formats.

Every exchange names symbols differently. Every exchange timestamps differently. Every exchange paginates differently. You spend more time normalizing data than actually using it.

And when you finally get it working, an exchange changes their API. No changelog. No warning. Your pipeline breaks at 3am and you're reading Discord messages to figure out what happened.

We handle all of that. You get one key, one schema, and when something goes wrong, we've got your back.

Enough talk. Here's the code.

Volume Delta

GET

Whale volume delta on Binance, one line:

curl -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+ trades

Heatmap

GET

Aggregated heatmap across 20+ exchanges, one line:

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"

WebSocket

WS

Real-time trades across every exchange. You guessed it, one line:

{
  "type": "subscribe",
  "channel": "trades",
  "exchange": "binancef:bybitf:okxf:deribitf:hyperliquid:bitmexf",
  "symbol": "btc/usd"
}

Pricing that doesn't need a calculator.

Cancel anytime. No questions, no guilt trips.

2 months free

Basic

For side projects and exploration

$166/mo billed annually

Billed at $1,990

API keys20
Weight / minute100
History3 months
WS connections5

Pro

Most popular

For serious builders

$416/mo billed annually

Billed at $4,990

API keys100
Weight / minute750
History1 year
WS connections15
Multi-exchange aggregationYes

Enterprise

For market makers & institutions

Custom

Tailored pricing, dedicated infrastructure, custom rate limits, and priority support for high-volume workloads.

MMT vs everyone else.

Most providers give you raw data and wish you luck. Here's what that looks like.

ProviderAggregationReal-time AggregationVolume DeltaHeatmapsWebSocket
MMTYou are here
CoinAPI
Velo Data
CoinGecko
CoinMarketCap
CryptoCompare
Tardis.dev
Kaiko
GlassnodeOn-chain only
Messari
EODHD
QuantConnectPlatform, not API

Questions? Answers.

Each request uses "weight" from a budget that refills every minute. Lighter data (candles, stats) costs 1x. Heavier data (heatmaps HD) costs 10x. When you run out, wait for it to refill. You also get 2x burst capacity for short spikes.

Build something amazing.

One key, one schema, every exchange. Grab your key from the console and make your first call before your coffee gets cold.