Get Options Info
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-options-get-info |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, options, open-interest, volume, exchange, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol (e.g., 'BTC', 'ETH') |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol |
data | array | Yes | Array of options data by exchange |
Examples
json{ "type": "coinglass-options-get-info", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-options-get-info/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.
