Unofficial Rust Library for the Bitfinex API V2
It is a personal project, use at your own risk. I will not be responsible for your investment losses. Cryptocurrency investment is subject to high market risk.
Add this to your Cargo.toml
toml
[dependencies]
bitfinex = { git = "https://github.com/wisespace-io/bitfinex-rs.git" }
Ticker, Trades, Book, Candles, see example
Wallets, Orders, Trades, Margin and Funding Info, see example
Ticker, Trades, Book, Candles, see example
If you use Binance check out my Rust library for Binance API