MarketLab Docs

Installation

Install and run Market Lab locally.

Installation

Market Lab is currently distributed as a Rust CLI.

Requirements

  • Rust
  • Cargo
  • an MMT API key for provider-backed commands

Current Install Path

There is no public binary yet.

For now, install means:

  1. clone the CLI repository
  2. set your MMT API key
  3. run with Cargo

Environment

Export your API key before using --provider mmt:

export MMT_API_KEY=your_key

Run Locally

From the CLI repository:

cargo run -- --help

Example:

cargo run -- source orderbook \
  --provider mmt \
  --exchange bybitf \
  --symbol BTC/USDT \
  --depth 100

Provider Support

Market Lab currently supports only one external provider:

More providers will be integrated over time, but the current docs and examples assume mmt.

On this page