Get Derivatives Exchanges List
Retrieves a lightweight list of all derivatives exchanges with only IDs and names. Fast, low-cost endpoint for lookups; use returned IDs with get-derivatives-exchange-info for full details. Ideal for: populating dropdowns, validating exchange IDs, caching supported derivatives platforms.
Catalog action Blockchain Data
Retrieves a lightweight list of all derivatives exchanges with only IDs and names. Fast, low-cost endpoint for lookups; use returned IDs with get-derivatives-exchange-info for full details. Ideal for: populating dropdowns, validating exchange IDs, caching supported derivatives platforms.
At a Glance
| Field | Value |
|---|---|
| Action ID | coingecko-get-derivatives-exchanges-list |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, derivatives, exchanges, list, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchanges | array | Yes | Array of derivatives exchanges (IDs and names only). |
Examples
json{ "type": "coingecko-get-derivatives-exchanges-list", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-derivatives-exchanges-list/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.
