CCXT Exchange Implementations
This library contains concrete implementations of cryptocurrency exchanges built on top of ccxt-core.
Supported Exchanges
- Binance ✅
- Coinbase (planned)
- Kraken (planned)
- ... and more
Example
// use ccxt_exchanges::binance::Binance;
# async