Get Options Info logo

Catalog action Blockchain Data

Get options market data across all exchanges including open interest, volume, and market share. Returns aggregated totals and per-exchange breakdown with 24h changes for OI and volume. Ideal for: options market overview, exchange comparison, liquidity analysis, market concentration.

At a Glance

FieldValue
Action IDcoinglass-options-get-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, options, open-interest, volume, exchange, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH')

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol
dataarrayYesArray of options data by exchange

Examples

json
{ "type": "coinglass-options-get-info", "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