https://github.com/wisespace-io/bitfinex-rs
Bitfinex trading api
https://github.com/wisespace-io/bitfinex-rs
bitcoin bitfinex cryptocurrency-exchanges rust trading-api
Last synced: 6 months ago
JSON representation
Bitfinex trading api
- Host: GitHub
- URL: https://github.com/wisespace-io/bitfinex-rs
- Owner: wisespace-io
- License: other
- Created: 2017-12-04T19:39:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T17:52:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T05:05:37.831Z (6 months ago)
- Topics: bitcoin, bitfinex, cryptocurrency-exchanges, rust, trading-api
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 58
- Watchers: 9
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/bitfinex)
[](https://travis-ci.org/wisespace-io/bitfinex-rs)
[](./LICENSE-MIT)
[](./LICENSE-APACHE)# bitfinex-rs
Unofficial Rust Library for the [Bitfinex API V2](https://bitfinex.readme.io/v2/docs/getting-started)
# 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
```toml
[dependencies]
bitfinex = { git = "https://github.com/wisespace-io/bitfinex-rs.git" }
```## PUBLIC ENDPOINTS
Ticker, Trades, Book, Candles, see [example](https://github.com/wisespace-io/bitfinex-rs/blob/master/examples/src/public_endpoints.rs)
## PRIVATE ENDPOINTS
Wallets, Orders, Trades, Margin and Funding Info, see [example](https://github.com/wisespace-io/bitfinex-rs/blob/master/examples/src/private_endpoints.rs)
## PUBLIC CHANNELS (WEBSOCKETS)
Ticker, Trades, Book, Raw Book, Candles, see [example](https://github.com/wisespace-io/bitfinex-rs/blob/master/examples/src/public_channels.rs)
# Other Exchanges
If you use [Binance](https://www.binance.com/) check out my [Rust library for Binance API](https://github.com/wisespace-io/binance-rs)