Author

Topic: Binance API - How to check wallet status? (Read 383 times)

jr. member
Activity: 56
Merit: 1
November 24, 2020, 11:56:32 AM
#14
Would this be enough? By making a new deposit address it will give out a success true or false status and supply you with a address so you know you can deposit.
https://github.com/binance-exchange/binance-official-api-docs/blob/master/wapi-api.md#deposit-address-user_data

I don't know. My guess was Asset Detail, on the same page, since it has

"depositTip": "Delisted, Deposit Suspended" //reason

You can see a couple of posts earlier.

But it's just a guess. Some input from these guys is needed if we want to get somewhere.

You are right, because topic is "Binance API - How to check wallet status?" If deposit/withdraw enable or disable.
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
Would this be enough? By making a new deposit address it will give out a success true or false status and supply you with a address so you know you can deposit.
https://github.com/binance-exchange/binance-official-api-docs/blob/master/wapi-api.md#deposit-address-user_data

I don't know. My guess was Asset Detail, on the same page, since it has

"depositTip": "Delisted, Deposit Suspended" //reason

You can see a couple of posts earlier.

But it's just a guess. Some input from these guys is needed if we want to get somewhere.
hero member
Activity: 1568
Merit: 544
Of course, it would be of use to find out what these guys really want, but all they say (for now) is that a certain web page doesn't work. (Interesting enough at some point it worked for me.)

Going trough the Withdrawal API documentation i could not find a wallet status endpoint.  
Would this be enough? By making a new deposit address it will give out a success true or false status and supply you with a address so you know you can deposit.
https://github.com/binance-exchange/binance-official-api-docs/blob/master/wapi-api.md#deposit-address-user_data
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
My bad, Thought the coin status was enough.

symbol: "ETHBTC",
status: "TRADING",
baseAsset: "ETH",

I think that they need something like

    "depositTipStatus": false,
    "depositTipEn": null,
    "depositTipCn": null,

(source: https://web.archive.org/web/20181031060538/https://www.binance.com/assetWithdraw/getAllAsset.html )

Of course, it would be of use to find out what these guys really want, but all they say (for now) is that a certain web page doesn't work. (Interesting enough at some point it worked for me.)
hero member
Activity: 1568
Merit: 544
Yep, this works, but it doesn't tell if a wallet is in maintenance or not, which is what these guys seem to need.

My bad, Thought the coin status was enough.

symbol: "ETHBTC",
status: "TRADING",
baseAsset: "ETH",
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!

Yep, this works, but it doesn't tell if a wallet is in maintenance or not, which is what these guys seem to need.
hero member
Activity: 1568
Merit: 544
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
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://github.com/binance-exchange/binance-official-api-docs/blob/master/wapi-api.md#signed-trade-and-user_data-endpoint-security

I may give it a try in the near future, if nobody else posts a solution.
member
Activity: 365
Merit: 14
I confirm not working. Please if some1 has an alternative way
newbie
Activity: 1
Merit: 0
Doesn't work any more((
{"msg":"Please upgrade the app version","success":"false"}


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.

Does not work form me either, need it badly
{"msg":"Please upgrade the app version","success":"false"}
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
Doesn't work any more((
{"msg":"Please upgrade the app version","success":"false"}


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.
jr. member
Activity: 56
Merit: 1
Hi folk,

please, is there any way how to check wallet status using binance API? I would like to know if some currency (coin) is in status Suspend/Maintenance or I can make withdrawals/deposits.

I've read official documentation ( https://github.com/binance-exchange/binance-official-api-docs ) but I didn't find anything useful.
Closest I get is https://api.binance.com/api/v1/exchangeInfo , but it returns details about symbols, not currencies.

Thanks.

Doesn't work any more((
{"msg":"Please upgrade the app version","success":"false"}
newbie
Activity: 1
Merit: 0
February 08, 2018, 09:18:51 PM
#2
You can get the informations from "https://www.binance.com/assetWithdraw/getAllAsset.html" as JSON.
jr. member
Activity: 36
Merit: 1
February 06, 2018, 05:14:13 PM
#1
Hi folk,

please, is there any way how to check wallet status using binance API? I would like to know if some currency (coin) is in status Suspend/Maintenance or I can make withdrawals/deposits.

I've read official documentation ( https://github.com/binance-exchange/binance-official-api-docs ) but I didn't find anything useful.
Closest I get is https://api.binance.com/api/v1/exchangeInfo , but it returns details about symbols, not currencies.

Thanks.
Jump to: