Get Derivatives Exchange Info
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.
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
| Field | Value |
|---|---|
| Action ID | coingecko-get-derivatives-exchange-info |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, derivatives, exchange, info, tickers, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchangeId | string | Yes | Derivatives exchange ID (e.g., 'binance_futures'). Use get-derivatives-exchanges-list to find IDs. |
includeTickers | string | No | Include tickers: 'all' for all tickers, 'unexpired' for unexpired only. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchange | object | Yes | Detailed derivatives exchange information. |
Examples
json{ "type": "coingecko-get-derivatives-exchange-info", "payload": { "exchangeId": "example-exchangeId" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-derivatives-exchange-info/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "exchangeId": "example-exchangeId" }}'
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.
