Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
54524245
Topic
2893392
Board
Exchanges
Re: Binance API - How to check wallet status?
by
NeuroticFish
on
29/05/2020, 14:05:15 UTC
Quote from: NeuroticFish on May 21, 2020, 03:15:37 PM
Both
https://www.binance.com/assetWithdraw/getAllAsset.html
and
https://api.binance.com/api/v1/exchangeInfo
worked when I called in my browser.
So instead of bumping a 2 years old thread, please start another one with much more info, explaining in more words your actual problem, maybe add some code too, so people can actually help you.
Indeed getAllAsset.html seems not to be working anymore.
I think that you may have to use
https://github.com/binance-exchange/binance-official-api-docs/blob/master/wapi-api.md#asset-detail-user_data
, but that'll need your user signature, as described
https://www.binance.com/assetWithdraw/getAllAsset.html
I
may
give it a try in the near future.