Igosuki / binance-rs-async

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

Added functions for futures endpoints #76

Closed YeahNotSewerSide closed 1 year ago

YeahNotSewerSide commented 1 year ago

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.

YeahNotSewerSide commented 1 year ago

fixed Position structure to comply with official api documentation

YeahNotSewerSide commented 1 year ago

added account_information for account endpoint

YeahNotSewerSide commented 1 year ago

moved changes to a master branch https://github.com/Igosuki/binance-rs-async/pull/79