binance-exchange/binance-java-api

Unable to get isolated margin trades

gouravgarg opened this issue · 0 comments

ASK: Unable to get ISOLATED Margin Trades

Spot account access working as expected

Class Name: BinanceApiService

Using:
@get("/sapi/v1/margin/isolated/account") (Amended this)
Call getMarginAccount(@query(“recvWindow”) Long recvWindow, @query(“timestamp”) Long timestamp);
Error: User does not exist

OR
@get("/sapi/v1/margin/account")
Call getMarginAccount(@query(“recvWindow”) Long recvWindow, @query(“timestamp”) Long timestamp);
Error: Unable to get trades