Giter Site home page Giter Site logo

bitfinex-rs's Introduction

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

bitfinex-rs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitfinex-rs's Issues

Bitfinex cannot be used with Binance due to conflicing versions of `ring`

error: failed to select a version for `ring`.
    ... required by package `bitfinex v0.4.0`
    ... which is depended on by `testcrate v0.1.0 (/home/test/testcrate)`
versions that meet the requirements `^0.14` are: 0.14.6, 0.14.5, 0.14.4, 0.14.3, 0.14.2, 0.14.1, 0.14.0

the package `ring` links to the native library `ring-asm`, but it conflicts with a previous package which links to `ring-asm` as well:
package `ring v0.16.0`
    ... which is depended on by `binance v0.10.0`
    ... which is depended on by `testcrate v0.1.0 (/home/test/testcrate)`

failed to select a version for `ring` which could resolve this conflict

Support for /order endpoint

Hey, I've been working on /order endpoint, wanted to share a draft with you.
Implemented order/submit and order/cancel in the #13 draft

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.