What problem does it solve?
Crypto trading and monitoring often require juggling multiple tools and dashboards. This skill provides a unified interface to trade and track assets via the Binance API, simplifying workflow and reducing context switching.
Core Features & Use Cases
- Real-time Prices: fetch current prices and 24h statistics for pairs
- Account Balances: view all assets and balances
- Order Management: place, modify, and view orders
- Local Trade History: store trades locally in SQLite for auditability
- Candlestick Data: retrieve historical klines for analysis
- Testnet Support: test strategies without real money
- Multi-profile: manage multiple Binance accounts
- Use Case: a trader wants to run a single CLI to monitor prices, place a market order, and log the trade locally.
Quick Start
Install dependencies, configure binance-auth, connect to Binance testnet or production, then run binance-cli commands.