binance-rs icon indicating copy to clipboard operation
binance-rs copied to clipboard

Rust Library for the Binance API

Results 52 binance-rs issues
Sort by recently updated
recently updated
newest added

> Error on getting exchange info: error decoding response body: unknown variant `PERCENT_PRICE_BY_SIDE`, expected one of `PRICE_FILTER`, `PERCENT_PRICE`, `LOT_SIZE`, `MIN_NOTIONAL`, `ICEBERG_PARTS`, `MAX_NUM_ORDERS`, `MAX_NUM_ALGO_ORDERS`, `MAX_NUM_ICEBERG_ORDERS`, `MAX_POSITION`, `MARKET_LOT_SIZE`, `TRAILING_DELTA` at line 1...

updated API added code in accordance with the changes [https://binance-docs.github.io/apidocs/futures/en/#event-balance-and-position-update](url)

On the binance api documentation website: https://binance-docs.github.io/apidocs/spot/en/#change-log _Quote Order Qty MARKET orders will not break LOT_SIZE filter rules; the order will execute a quantity that will have the notional value...

Hello! I started to look Binance rust clients and only this was actual. I saw some issues that users don't want to use this lib because it's sync. (as me....

0.18.4 market data example in readme produces the error during `cargo build`: ``` error[E0412]: cannot find type `KlineSummary` in this scope --> src/bin/binance-kline.rs:84:32 | 84 | let kline: KlineSummary =...

It seems like you haven't implemented the functionality to build an orderbook from orderbook update events, or is there a way to do so?

hi, there is no TAKE_PROFIT_LIMIT order implemented I was trying to implement it by myself but have no idea where build_signed_request is implemented

Hello, Is there an easy way, to handle f64's for account.market_buy? I get numbers like this ```qty: 119.96000000000001``` , so no surprise, the server gives me this error message. As...

The current implementation of futures endpoints is geared mainly to the USD-M futures [(link)](https://binance-docs.github.io/apidocs/futures/en/#change-log): e.g. https://github.com/wisespace-io/binance-rs/blob/master/src/config.rs#L18 and https://github.com/wisespace-io/binance-rs/blob/master/src/api.rs#L129 all have `fapi` hardcoded, but there is also `dapi` for the COIN-M...

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Msg("Error during handshake URL error: Unable to connect to wss://stream.binance.com:9443/stream?streams=ethbtc@depth@100ms/bnbeth@depth@100ms"), State { next_error: None, backtrace: InternalBacktrace })' Rust Version 1.53