glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 138 forks source link

Margin Trading on Binance Support is missing #161

Open vburwitz3 opened 5 years ago

vburwitz3 commented 5 years ago

Issue Overview

Binance introduces Margin trading. Sadly these go over totally new REST commands. Therefore they are not possible with the existing BinanceDotNet. It would be urgently necessary to extend BinanceDotNet to include the new REST commands to be able to actually use Margin functionality. Without a extention is is definately sadly absolutely not possible to use it over the API with C#.

Package Version: ?.?.?

Repro Steps

Just try to use Margin functionality of Binance it is definately absolutely not possible.

Other Information

Check out the Binance REST documentation for Margin Trading: https://github.com/binance-exchange/binance-official-api-docs/blob/master/margin-api.md Definetly all new commands that need to be supported in a new BinanceDotNet version.