Get Derivatives Tickers
Retrieves all derivative contract tickers across exchanges including perpetuals and futures. Returns contract details, prices, funding rates, open interest, and volume for each ticker. Ideal for: funding rate arbitrage, open interest analysis, derivatives market scanning, basis trading.
Catalog action Blockchain Data
Retrieves all derivative contract tickers across exchanges including perpetuals and futures. Returns contract details, prices, funding rates, open interest, and volume for each ticker. Ideal for: funding rate arbitrage, open interest analysis, derivatives market scanning, basis trading.
At a Glance
| Field | Value |
|---|---|
| Action ID | coingecko-get-derivatives-tickers |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, derivatives, tickers, futures, perpetual, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
tickers | array | Yes | Array of derivative tickers. |
Examples
json{ "type": "coingecko-get-derivatives-tickers", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-derivatives-tickers/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
