knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.85k stars 1.94k forks source link

Is it possible to trade on margin on Binance #3557

Open Denebulas opened 4 years ago

Denebulas commented 4 years ago

I did not find a method/parameter to trade on margin even in the raw version(BinanceTradeServiceRaw) It is an important feature. is it totally unsupported ?

mdvx commented 4 years ago

yes, look at https://github.com/Binance-docs/Binance_Futures_Java

badgerwithagun commented 4 years ago

Support could be added in someone raised PRs for it, but it's not currently there.