Get Liquidation Orders logo

Catalog action Blockchain Data

Get individual liquidation orders from the past 7 days. Returns up to 200 orders filtered by exchange, symbol, and minimum USD value. Includes price, side (long/short), and timestamp. Ideal for: whale liquidation tracking, large order alerts, market event analysis, trading signals.

At a Glance

FieldValue
Action IDcoinglass-get-liquidation-orders
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, liquidation, futures, derivatives, whales, trading, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., 'Binance', 'OKX', 'Bybit')
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH')
minLiquidationAmountstringYesMinimum liquidation amount in USD (e.g., '10000' for $10k minimum)
startTimenumberNoStart timestamp in milliseconds (optional, data from past 7 days)
endTimenumberNoEnd timestamp in milliseconds (optional)

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name
symbolstringYesCoin symbol
ordersarrayYesArray of liquidation orders (max 200 per request)

Examples

json
{ "type": "coinglass-get-liquidation-orders", "payload": { "exchange": "example-exchange", "symbol": "ETH", "minLiquidationAmount": "1000000" }, "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