Get Liquidation Exchange List logo

Catalog action Blockchain Data

Get liquidation data across all exchanges for a specific coin and time range. Compares total, long, and short liquidation amounts between exchanges. Supports 1h, 4h, 12h, 24h ranges. Ideal for: exchange comparison, market overview, identifying high liquidation venues, risk analysis.

At a Glance

FieldValue
Action IDcoinglass-get-liquidation-exchange-list
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, liquidation, futures, derivatives, exchanges, market, read

Payload Schema

FieldTypeRequiredDescription
rangestringYesTime range for aggregation: '1h', '4h', '12h', '24h'
symbolstringNoOptional coin symbol (e.g., 'BTC'). If empty, returns total across all coins

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol or 'ALL' if not specified
rangestringYesTime range
exchangesarrayYesArray of exchange liquidation data

Examples

json
{ "type": "coinglass-get-liquidation-exchange-list", "payload": { "range": "24h" }, "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