Get OI Exchange List
Get current Open Interest data for a cryptocurrency across all futures exchanges. Returns OI in USD and liquidation data per exchange. Compare exchange positioning and market share. Ideal for: exchange comparison, market share analysis, liquidation monitoring, exchange concentration risk.
Catalog action Blockchain Data
Get current Open Interest data for a cryptocurrency across all futures exchanges. Returns OI in USD and liquidation data per exchange. Compare exchange positioning and market share. Ideal for: exchange comparison, market share analysis, liquidation monitoring, exchange concentration risk.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-oi-exchange-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, open-interest, exchange, liquidation, futures, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol (e.g., 'BTC', 'ETH'). Get open interest data across all exchanges for this coin. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol. |
exchanges | array | Yes | Array of exchange open interest data |
Examples
json{ "type": "coinglass-get-oi-exchange-list", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-oi-exchange-list/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH" }}'
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.
