ferr 0.1.5

Crypto CEX connector framework
Documentation

ferr

Rust library for market data and order management on crypto CEXs -- Binance, Bybit, OKX and Bitget. Made for personal use, open source in case someone finds it useful

docs.rs Crates.io License: MIT

Features

WS Data

  • Tick, trade, funding rate, open interest
  • Top of orderbook, mark price, index price, bid/ask/mid/last
  • Private channel support
  • Auto-reconnect and resubscription

REST API Data

  • Order placement, modification, cancellation
  • Account balance, positions, trade history
  • Kline/OHLCV

Other

  • Per-exchange rate limit tracking

Example usage