Delist
List of recent futures delistings. Passthrough of a fixed Binance announcements query (catalogId=161).
Endpoint
GET /delist
Authentication: Public. No query parameters.
The backend fetches Binance with hard-coded pageNo=1, pageSize=50, catalogId=161 and returns the response verbatim.
Response — 200 OK
Binance announcements catalog payload, top-level shape:
{
"code": "000000",
"message": null,
"data": {
"catalogs": [
{
"catalogId": 161,
"articles": [
{
"id": 67890,
"code": "delist-xyz",
"title": "Binance Futures Will Delist EXAMPLEUSDT...",
"releaseDate": 1745920800000
}
]
}
]
}
}
Errors
| HTTP | Cause |
|---|---|
502 | Upstream Binance request failed. |
Example
curl -s "https://api.pipai.org/delist"