Get Liquidation Coin List logo

Catalog action Blockchain Data

Get liquidation data for all coins on a specific futures exchange. Returns total, long, and short liquidation amounts for 1h, 4h, 12h, and 24h periods. Ideal for: exchange liquidation overview, coin comparison, risk monitoring, market screening.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., 'Binance', 'OKX', 'Bybit')

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name
coinsarrayYesArray of coin liquidation data

Examples

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