@beyondmarket/terminal-cli
v1.0.0
Published
PRO trading terminal for beyondMarket
Maintainers
Readme
beyondmarket-terminal-cli
Professional trading terminal for beyondMarket.
Install
npm install -g @beyondmarket/terminal-cli
Setup
export BEYONDMARKET_API_KEY=your_api_key_here
optional
export BEYONDMARKET_BASE_URL=https://beyond-market.pages.dev
Usage
bm markets bm watch bm stream
Commands
- markets — browse available markets
- watch — live dashboard (BTC / ETH / SOL / XRP)
- stream — real-time SSE stream
Requirements
- Node.js >= 18
Quick Smoke Test
After installation, verify the CLI works:
# 1. Set your API key
export BEYONDMARKET_API_KEY=your_api_key_here
# 2. Browse markets
bm markets
# 3. Pick a slug from the list, then stream it
bm stream btc-updown-15m-xxxxxxxxxxLinks
- npm: https://www.npmjs.com/package/@beyondmarket/terminal-cli
