Get OI Exchange List logo

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

FieldValue
Action IDcoinglass-get-oi-exchange-list
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, open-interest, exchange, liquidation, futures, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH'). Get open interest data across all exchanges for this coin.

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
exchangesarrayYesArray of exchange open interest data

Examples

json
{ "type": "coinglass-get-oi-exchange-list", "payload": { "symbol": "ETH" }, "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