Get Derivatives Exchanges List logo

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

FieldValue
Action IDcoingecko-get-derivatives-exchanges-list
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, derivatives, exchanges, list, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
exchangesarrayYesArray of derivatives exchanges (IDs and names only).

Examples

json
{ "type": "coingecko-get-derivatives-exchanges-list", "payload": {}, "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