bitfinex

Crates.iobitfinex
lib.rsbitfinex
version0.5.0
sourcesrc
created_at2017-12-30 17:04:02.94372
updated_at2021-10-05 11:22:49.414382
descriptionRust Library for the Bitfinex API
homepage
repositoryhttps://github.com/wisespace-io/bitfinex-rs
max_upload_size
id44946
size38,712
Flávio Oliveira (wisespace-io)

documentation

https://docs.rs/crate/bitfinex/

README

Crates.io Build Status MIT licensed Apache-2.0 licensed

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

Commit count: 48

cargo fmt