binance / binance-futures-connector-java

MIT License
111 stars 61 forks source link

Not showing wallet balance #18

Closed shanhashcah closed 8 months ago

shanhashcah commented 1 year ago

I am using /fapi/v2/account API to get account information but I am getting only USDT balance and rest of the balance are showing zero. Moreover I have recently traded XRPUSDT, my USDT balance get changed but XRP balance is still showing zero.

Thanks

2pd commented 1 year ago

Could you please check what's the futures account balance from UI, this method in the library doesn't parse the result from server, but return exactly what's received.