Get Delisted Pairs logo

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

FieldValue
Action IDcoinglass-get-delisted-pairs
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, exchanges, trading-pairs, historical, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
pairsarrayYesArray of delisted trading pairs

Examples

json
{ "type": "coinglass-get-delisted-pairs", "payload": {}, "children": []}

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.

Ask a question... ⌘I