Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Tealstreet CLI

Trade crypto from your terminal. A powerful command-line interface for managing your crypto trading across multiple exchanges.

Installation

Quick Install (Recommended)

curl -fsSL https://raw.githubusercontent.com/Tealstreet/cli/main/install.sh | bash

Homebrew (macOS/Linux)

brew tap tealstreet/tap
brew install tealstreet

Manual Download

Download the binary for your platform from the releases page.

macOS (Apple Silicon)

curl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-darwin-arm64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreet

macOS (Intel)

curl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-darwin-x64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreet

Linux (x64)

curl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-linux-x64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreet

Linux (ARM64)

curl -fsSL https://github.com/Tealstreet/cli/releases/latest/download/tealstreet-linux-arm64 -o /usr/local/bin/tealstreet
chmod +x /usr/local/bin/tealstreet

Quick Start

# 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

Supported Exchanges

  • Binance (Futures)
  • Bybit
  • OKX
  • Hyperliquid
  • BloFin
  • Bitget
  • WooX
  • Paradex
  • And more...

Features

  • 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)

Commands

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 app

Documentation

Full documentation available at docs.tealstreet.io

Support

License

Proprietary software - see LICENSE for details.

© 2024 Tealstreet. All rights reserved.

About

Tealstreet CLI - Trade crypto from your terminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages