Get Liquidation Coin List
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-get-liquidation-coin-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, liquidation, futures, derivatives, exchange, coins, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchange | string | Yes | Exchange name (e.g., 'Binance', 'OKX', 'Bybit') |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchange | string | Yes | Exchange name |
coins | array | Yes | Array of coin liquidation data |
Examples
json{ "type": "coinglass-get-liquidation-coin-list", "payload": { "exchange": "example-exchange" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-liquidation-coin-list/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "exchange": "example-exchange" }}'
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.
