13 releases
Uses old Rust 2015
0.5.0 | Oct 5, 2021 |
---|---|
0.4.2 | Aug 6, 2020 |
0.4.1 | Apr 6, 2020 |
0.4.0 | May 25, 2019 |
0.1.1 | Dec 31, 2017 |
#121 in #trading
39KB
1K
SLoC
bitfinex-rs
Unofficial Rust Library for the Bitfinex API V2
Risk Warning
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.
Usage
Add this to your Cargo.toml
[dependencies]
bitfinex = { git = "https://github.com/wisespace-io/bitfinex-rs.git" }
PUBLIC ENDPOINTS
Ticker, Trades, Book, Candles, see example
PRIVATE ENDPOINTS
Wallets, Orders, Trades, Margin and Funding Info, see example
PUBLIC CHANNELS (WEBSOCKETS)
Ticker, Trades, Book, Raw Book, Candles, see example
Other Exchanges
If you use Binance check out my Rust library for Binance API
Dependencies
~26–35MB
~722K SLoC