Get Exchanges List logo

Catalog action Blockchain Data

Retrieves a list of all cryptocurrency exchanges ranked by trust score (highest first). Returns exchange details, trust score, and 24h volume with pagination (default 100, max 250 per page). Ideal for: discovering exchanges, building exchange directories, comparing exchange trustworthiness.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
perPagenumberNoNumber of results per page. Default: 100, Max: 250.
pagenumberNoPage number (1-indexed).

Result Schema

FieldTypeRequiredDescription
exchangesarrayYesArray of exchanges ranked by trust score
pagenumberYesCurrent page number (1-indexed)
perPagenumberYesNumber of results returned per page

Examples

json
{ "type": "coingecko-get-exchanges", "payload": { "perPage": 100, "page": 1 }, "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