What problem does it solve?
StandX CLI converts natural-language trading intents into reliable command-line execution so agents can query markets, manage orders, and monitor accounts without custom API integrations or brittle parsing logic.
Core Features & Use Cases
- Market data & streaming: Get tickers, order book depth, candlestick (kline) history, and funding rates plus WebSocket streams for real-time updates.
- Account & trading operations: View balances, positions, trade history, create and cancel orders, manage leverage and margin modes.
- Automation & safety: JSON/OpenClaw output modes, dry-run and watch dashboards, recommended authentication practices (JWT and optional Ed25519 key), and installation options (ClawHub/Homebrew).
- Real-world example: Use an AI agent to check BTC-USD price, open a limit buy with a set stop loss, and verify the updated portfolio snapshot.
Quick Start
Set STANDX_JWT and ask the agent: Check BTC price for BTC-USD using the StandX CLI and return JSON output.