# Binance (/providers-market-data/binance)



Standalone Binance is public and requires no API key.

| Exchange   | Market           | Symbol     |
| ---------- | ---------------- | ---------- |
| `binance`  | Spot             | `BTC/USDT` |
| `binancef` | USD-M perpetuals | `BTC`      |

## Available [#available]

* market snapshots
* historical candles
* historical volume bars
* script backtests
* REST health checks

Standalone Binance does not provide live streams, orderbooks, OI, funding, statistics, or execution.

## Commands [#commands]

```bash
mlab markets --exchange binance --refresh
mlab markets --exchange binancef --refresh

mlab source candles \
  --exchange binancef \
  --symbol BTC \
  --timeframe 60 \
  --from <UTC_DATETIME> \
  --to <UTC_DATETIME>
```

Historical requests paginate automatically with a 5,000-record safety limit.

Script selectors:

```text
btc/usdt@candles@binance:timeframe=60
btc@candles@binancef:timeframe=60
btc@volumes@binancef:timeframe=60
```

Do not use `--provider binance`. Binance through MMT is a separate route.
