Get Derivatives Exchange Info logo

Catalog action Blockchain Data

Retrieves detailed information about a specific derivatives exchange including open interest, volume, and trading pairs. Returns exchange details, BTC-denominated metrics, and optionally up to 100 tickers with funding rates. Ideal for: derivatives exchange analysis, comparing open interest, tracking funding rates across platforms.

At a Glance

FieldValue
Action IDcoingecko-get-derivatives-exchange-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, derivatives, exchange, info, tickers, read

Payload Schema

FieldTypeRequiredDescription
exchangeIdstringYesDerivatives exchange ID (e.g., 'binance_futures'). Use get-derivatives-exchanges-list to find IDs.
includeTickersstringNoInclude tickers: 'all' for all tickers, 'unexpired' for unexpired only.

Result Schema

FieldTypeRequiredDescription
exchangeobjectYesDetailed derivatives exchange information.

Examples

json
{ "type": "coingecko-get-derivatives-exchange-info", "payload": { "exchangeId": "example-exchangeId" }, "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