wisespace-io / binance-rs

Rust Library for the Binance API
Other
640 stars 290 forks source link

Futures account api #101

Closed vikulikov closed 3 years ago

vikulikov commented 3 years ago

PR adds methods to place limit buy and sell orders and cancel all open orders for usdt-margined futures market. Unfortunately, haven't tested it yet. But at least it compiles and change of position side is working.

chipshort commented 3 years ago

I made some improvements in here: https://github.com/chipshort/binance-rs/tree/futures_account_api I also created a PR here: https://github.com/vikulikov/binance-rs-1/pull/1 Or would you prefer to create a separate one directly into this repo?

wisespace-io commented 3 years ago

@chipshort could you create a PR for this repo?