ccxt
Installation
SKILL.md
CCXT — Cryptocurrency Exchange Trading
You have access to the ccxt CLI tool which lets you interact with 100+ cryptocurrency exchanges (Binance, Bybit, OKX, Kraken, Coinbase, and many more). You can fetch market data, place orders, check balances, and stream live data.
Core Syntax
ccxt <exchange_id> <methodName> [args...] [options]
Before Calling Any Method
If you're unsure about the required arguments for a method, run:
ccxt explain <methodName>
This will show you the required and optional arguments with descriptions.