Skip to content

1337guys/bitfinex-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (WEBSCOKETS)

Ticker, Trades, Book, Raw Book, Candles, see example

Other Exchanges

If you use Binance check out my Rust library for Binance API

About

Bitfinex trading api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%