XChange
XChange copied to clipboard
Binance futures URL problem
douggie m1dnightc0der after accept this PR 4785 no chance to get futures binance.
thirst error in BinanceExchange,
String FUTURES_URL = "https://dapi.binance.com";
it must be fapi
second in BinanceBaseService constructor
if sandbox = false, and futures = true, we get
BinanceFuturesAuthenticated binanceFutures URI = "https://dapi.binance.com";