You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to get balance,it return like this:{free:xxx,locked:xxx},I use free to get the balance.
but something very weired happen,when I use the method to get balance on 05:00,it show balance 5000+,
when I do it again on 10:00,it show 9000+.
this things happend only once since I used.
I do not know how?
The text was updated successfully, but these errors were encountered:
for example,I use code:
client := binance.NewClient(apiKey, apiSecret)
client.SetApiEndpoint(types.Base_binance_url)
to get balance,it return like this:{free:xxx,locked:xxx},I use free to get the balance.
but something very weired happen,when I use the method to get balance on 05:00,it show balance 5000+,
when I do it again on 10:00,it show 9000+.
this things happend only once since I used.
I do not know how?
The text was updated successfully, but these errors were encountered: