# MMT (/providers-market-data/mmt)



MMT provides market data only. Configure its API key in [Authentication](/authentication#mmt).

```bash
mlab auth set mmt
```

## Routing [#routing]

MMT requires both provider and exchange:

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

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

## Available [#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:

```text
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](https://marketlab.sh/markets) to search MMT exchanges and symbols.
