/bfxrs

bfxrs

Primary LanguageRust

bfxrs

This is a Rust wrapper for the Bitfinex API.

https://docs.bitfinex.com/docs

How to run the example

To run the example, navigate to the example/ directory and execute the following command:

cargo run

How to run the tests

To run the tests, execute the following command:

cargo test -- --nocapture

This will run the tests without capturing their output.


Written in 2018 some things might have changed.