binance_get_delist_schedule
Check which Binance spot symbols are scheduled for delisting and their delisting dates, so you can avoid opening new positions or holding soon-to-be-delisted assets.
Instructions
List symbols scheduled to be delisted, with their delisting date.
Calls GET /sapi/v1/spot/delist-schedule (API key only — no signature, IP weight
100). Useful to avoid opening new positions in a symbol about to stop trading.
When to Use:
Before placing a new order, to check the symbol is not on the delist schedule.
As a periodic sweep of open positions against upcoming delistings.
When NOT to Use:
To check whether a symbol is trading right now — use
binance_get_exchange_info(market_data.py) and read itsstatusfield.
Returns:
A markdown table of delist date → symbols, capped at 50 rows, or raw JSON with
response_format="json".
Examples: params = {}
Error Handling: -2015 means the key is missing/invalid or this IP is not allowlisted (this endpoint only needs the X-MBX-APIKEY header, not a signature).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |