Crate ccxt_exchanges

Crate ccxt_exchanges 

Source
Expand description

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;

// let exchange = Binance::new(
//     Some("your_api_key".to_string()),
//     Some("your_secret".to_string())
// );
//
// let markets = exchange.fetch_markets().await?;
// println!("Found {} markets", markets.len());

Re-exports§

pub use ccxt_core;

Modules§

binance
Binance exchange implementation Binance exchange implementation.
bitget
Bitget exchange implementation Bitget exchange implementation.
bybit
Bybit exchange implementation Bybit exchange implementation.
exchangeDeprecated
Exchange trait module (DEPRECATED)
hyperliquid
HyperLiquid exchange implementation HyperLiquid exchange implementation.
okx
OKX exchange implementation OKX exchange implementation.
prelude
Prelude module for convenient imports

Constants§

VERSION
Library version