Market LabDocs

MMT

Multi-exchange market data through Market Monkey Terminal.

MMT provides market data only. Configure its API key in Authentication.

mlab auth set mmt

Routing

MMT requires both provider and exchange:

mlab source orderbook \
  --provider mmt \
  --exchange binancef \
  --symbol BTC \
  --depth 20

Without --provider mmt, Market Lab uses a standalone integration.

Available

  • orderbook
  • candles
  • live trades
  • volume delta
  • volumes
  • derivatives OI, funding, and statistics

Availability depends on the selected exchange and market type.

Script selectors include the indexed exchange and provider:

btc@candles@binancef@mmt:timeframe=60
btc@orderbook@okxf@mmt:depth=20
btc@trades@binancef@mmt
btc@oi@hyperliquidf@mmt

trades is live-only. Use the market catalog to search MMT exchanges and symbols.

On this page