Get Liquidation Exchange List
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-get-liquidation-exchange-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, liquidation, futures, derivatives, exchanges, market, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
range | string | Yes | Time range for aggregation: '1h', '4h', '12h', '24h' |
symbol | string | No | Optional coin symbol (e.g., 'BTC'). If empty, returns total across all coins |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol or 'ALL' if not specified |
range | string | Yes | Time range |
exchanges | array | Yes | Array of exchange liquidation data |
Examples
json{ "type": "coinglass-get-liquidation-exchange-list", "payload": { "range": "24h" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-liquidation-exchange-list/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "range": "24h" }}'
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.
