Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
171 stars 114 forks source link

moved changes from futures branch #79

Closed YeahNotSewerSide closed 1 year ago

YeahNotSewerSide commented 1 year ago

I noticed, that code in master branch and futures branch are quite different, in fact master branch has much newer recent changes, so I remade code from that pull request

I have added new function for futures/account get_open_orders. Also fixed some types in structures. And changed names of some structure fields/functions to be uniform with api for spot trading.

fixed Position structure to comply with official api documentation

added account_information for account endpoint