Get Delisted Pairs
Get all delisted futures trading pairs across exchanges. Returns exchange name, symbol, instrument ID, and delisting timestamp for each pair. Ideal for: tracking delisted assets, historical research, avoiding deprecated pairs in strategies.
Catalog action Blockchain Data
Get all delisted futures trading pairs across exchanges. Returns exchange name, symbol, instrument ID, and delisting timestamp for each pair. Ideal for: tracking delisted assets, historical research, avoiding deprecated pairs in strategies.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-delisted-pairs |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, futures, exchanges, trading-pairs, historical, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
pairs | array | Yes | Array of delisted trading pairs |
Examples
json{ "type": "coinglass-get-delisted-pairs", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-delisted-pairs/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
