Market LabDocs

Binance

Standalone Binance Spot and USD-M historical market data.

Standalone Binance is public and requires no API key.

ExchangeMarketSymbol
binanceSpotBTC/USDT
binancefUSD-M perpetualsBTC

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

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:

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.

On this page