Trade crypto from your terminal. A powerful command-line interface for managing your crypto trading across multiple exchanges.
curl -fsSL https://raw.githubusercontent.com/Tealstreet/cli/main/install.sh | bashbrew tap tealstreet/tap
brew install tealstreetDownload the binary for your platform from the releases page.
curl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-darwin-arm64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreetcurl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-darwin-x64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreetcurl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-linux-x64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreetcurl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-linux-arm64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreet# Add your first exchange account
tealstreet account add -n myaccount -e bybit
# Launch interactive trading terminal
tealstreet
# Or run commands directly
tealstreet positions
tealstreet orders
tealstreet balance- Binance (Futures)
- Bybit
- OKX
- Hyperliquid
- BloFin
- Bitget
- WooX
- Paradex
- And more...
- Interactive REPL - Full trading terminal with real-time data
- Quick Commands - Execute trades directly from command line
- Multi-Account - Manage multiple exchange accounts
- Web Sync - Sync with Tealstreet web app (optional)
- Algorithms - TWAP, DCA, and more (coming soon)
tealstreet --help # Show all commands
tealstreet account --help # Account management
tealstreet positions # View positions
tealstreet orders # View open orders
tealstreet balance # View balance
tealstreet login # Login to sync with web appFull documentation available at docs.tealstreet.io
Proprietary software - see LICENSE for details.
© 2024 Tealstreet. All rights reserved.