Preliminary Checks
Is your feature request related to a problem? Please describe
Listing new symbols and Delisting some not anymore suitable ones is normal procedure in any exchange and this information is widespread at all UI interface channels.
QUESTION: Is there any way a scheduled delisting can be obtained via API? (for coins or pairs only)
In a concrete case - Example at BINANCE.
Today is 2026-05-22 and Binance announces Delisting notice to 2026-05-27 at 03:00 UTC for: ATA, FARM, MLN, PHB and SYS. (Complete text at "Describe the solution you'd like" below)
QUESTION: Does anyone know how to get this information via CCXT unified or implicit APIs? (to avoid carrying any of these coins at delisting time?)
If the access is not possible or it is hard to get I would like to propose new feature:
Describe the solution you'd like
CCXT Could add Delisting_ts (or delisting Scheduled Date) to current Market structure for each symbol that will be delisted or for each symbol that one of the coins (Base or Quote) will be delisted.
The information could be three fold:
None (NaN) - For delisting not monitored for the current exchange.
0 - For no Delist notice captured for this symbol.
Timestamp - For a exchange informed Delist schedule.
Optionally could be a delisting_message field. The today's Binances message is (copied from Binance Announcements in Telegram):
**Binance Will Delist ATA, FARM, MLN, PHB, SYS on 2026-05-27
Based on our most recent reviews, we have decided to delist and cease trading on all spot trading pairs for the following token(s) at 2026-05-27 03:00 (UTC):
- Automata (ATA)
- Harvest Finance (FARM)
- Enzyme (MLN)
- Phoenix (PHB)
- Syscoin (SYS)
👉🏻Learn more here <...link...>**
Describe alternatives you've considered
An alternative to unified solution would be a implicit APIs documentation, to Binance for example.
Preliminary Checks
Is your feature request related to a problem? Please describe
Listing new symbols and Delisting some not anymore suitable ones is normal procedure in any exchange and this information is widespread at all UI interface channels.
QUESTION: Is there any way a scheduled delisting can be obtained via API? (for coins or pairs only)
In a concrete case - Example at BINANCE.
Today is 2026-05-22 and Binance announces Delisting notice to 2026-05-27 at 03:00 UTC for: ATA, FARM, MLN, PHB and SYS. (Complete text at "Describe the solution you'd like" below)
QUESTION: Does anyone know how to get this information via CCXT unified or implicit APIs? (to avoid carrying any of these coins at delisting time?)
If the access is not possible or it is hard to get I would like to propose new feature:
Describe the solution you'd like
CCXT Could add Delisting_ts (or delisting Scheduled Date) to current Market structure for each symbol that will be delisted or for each symbol that one of the coins (Base or Quote) will be delisted.
The information could be three fold:
None (NaN) - For delisting not monitored for the current exchange.
0 - For no Delist notice captured for this symbol.
Timestamp - For a exchange informed Delist schedule.
Optionally could be a delisting_message field. The today's Binances message is (copied from Binance Announcements in Telegram):
**Binance Will Delist ATA, FARM, MLN, PHB, SYS on 2026-05-27
Based on our most recent reviews, we have decided to delist and cease trading on all spot trading pairs for the following token(s) at 2026-05-27 03:00 (UTC):
👉🏻Learn more here <...link...>**
Describe alternatives you've considered
An alternative to unified solution would be a implicit APIs documentation, to Binance for example.