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:
- clone the CLI repository
- set your MMT API key
- run with Cargo
Environment
Export your API key before using --provider mmt:
export MMT_API_KEY=your_keyRun Locally
From the CLI repository:
cargo run -- --helpExample:
cargo run -- source orderbook \
--provider mmt \
--exchange bybitf \
--symbol BTC/USDT \
--depth 100Provider Support
Market Lab currently supports only one external provider:
More providers will be integrated over time, but the current docs and examples assume mmt.