Can the API team add a new symbol status like "will be delisted soon" if symbol is known to be delisted in future?

Dear Binance Team,

I used your spot api for half a year now and everything works perfectly fine.

On the latest delisting however, I encountered a little ‘problem’.

Symbol status can at the moment only be “TRADING”, when currency pair can be traded or it is in the delisted state, when you can’t trade it anymore.

The last delisting (this is the support article: https://www.binance.com/en/support/articles/24e25a86a7c44ac49f4a7efb3c28d56a-Binance-Will-Delist-ARN-FUEL-and-LUN-on-2020-07-20) was posted on 2020.07.13 exactly one week before the actual delisting.

My problem is, that symbol status for the affected currency pairs will be “TRADING” until the day of 2020.07.20, where they get delisted, so in the api there is no symbol status like for example “Will be delisted”, which should work the following way according to the above mentioned delisting:

before 2020.07.13 --> “TRADING”
after posting article about delisting (2020.07.13) - 2020.07.19 --> “Will be delisted”
from delisting date --> currency is actually delisted

Having an additional symbol status like that would help in these delisting cases, because making market sell order can be executed automatically, if the affected currencies are in the portfolio and if symbol state is “Will be delisted” the bot can be programmed to not even buy those currencies.

It would be very useful, if this status would be implemented in the future.

Thank you in advance for your answer.

Thank you for your feedback, I will forward this suggestion to team for review.

Thank you very much dino.

Hi there, quick question - did this get executed? This would be extreeemly useful. I am currently struggling to come up with a way to not having to rely on manually checking every single day the Binance Announcements to see which symbols would be delisted. Is there a smarter way to do this systematically?

Any updated on this? I see this was requested in 2020, I also think this would be a good feature to have.

Yesterday (26/09/2022) TUSD/USDT was delisted and I got a little issue with my bot, but I already solved it.

It’d be really welcome to know ahead of time when a symbol is known to be delisted, this way I can avoid buying and selling operations on it.

Fortunately my bot didn’t buy any TUSD, but if it had, I don’t know what I’d do with a coin that can no longer be traded within Binance itself.

Thanks

Hi all,

Sorry for my delayed answer.

Unfortunately I did not receive any feedback about this feature request.

Binance Team, we need a way to know that a PAIR will not be tradeable any more and a way to know that a COIN/TOKEN will be delisted soon. Please. HELP!

Hello!

First of all sorry for the necro bump but I was trying to implement the same thing and found a way to do it!

It’s 2023 and I didn’t find any clear way to use the Binance Trading API to retreive this information.

After some investigation on the announcement page using Chrome DevTools I found this api request that contains what we are looking for, https://www.binance.com/bapi/asset/v2/public/asset/asset/get-all-asset. This api method can be executed without authentication and in the response there are data about the delist of assets like so:
[

{
“id”: “243”,
“assetCode”: “PERL”,
“assetName”: “Perlin”,
“unit”: “”,
“commissionRate”: 0.00000000,
“freeAuditWithdrawAmt”: 0.00000000,
“freeUserChargeAmount”: 118030310.00000000,
“createTime”: 1566562827000,
“test”: 0,
“gas”: 1.00000000,
“isLegalMoney”: false,
“reconciliationAmount”: 0.00000000,
“seqNum”: “99”,
“chineseName”: “Perlin”,
“cnLink”: “”,
“enLink”: “”,
“logoUrl”: “https://bin.bnbstatic.com/image/admin_mgs_image_upload/20200824/5b4623be-8a3f-47be-9aad-8cf4e7faf108.png”,
“fullLogoUrl”: “https://bin.bnbstatic.com/image/admin_mgs_image_upload/20200824/5b4623be-8a3f-47be-9aad-8cf4e7faf108.png”,
“supportMarket”: null,
“feeReferenceAsset”: “ETH”,
“feeRate”: 0.00600000,
“feeDigit”: 1,
“assetDigit”: 8,
“trading”: true,
“tags”: [
“Monitoring”,
“Launchpad”
],
“plateType”: “MAINWEB”,
“etf”: false,
“isLedgerOnly”: false,
“delisted”: false,
“preDelist”: false,
“pdTradeDeadline”: 1701918000000,
“pdDepositDeadline”: 1702004400000,
“pdAnnounceUrl”: “https://www.binance.com/en/support/announcement/binance-will-delist-bts-perl-torn-wtc-on-2023-12-07-d24dd4a035c443b1ad8cf49f60b9d194”,
“tagBits”: “0”
},

]

Hope this helps in our endeavours!

1 Like

I spent months tuning a strategy who was doing big money last 3 months.
Every hard won penny is lost because of PERL and WTC last week.
This is absolutly ridiculous we still dont have a way to inform bots of delisting symbols.
Come on, Binance, this is public information, we do need an API way to retrieve it !