Get Exchange Info logo

Catalog action Blockchain Data

Retrieves detailed information about a specific cryptocurrency exchange by ID. Returns name, year established, country, trust score, 24h volume, trading pairs count, and up to 100 tickers. Ideal for: exchange research, due diligence, comparing exchange metrics, building exchange profile pages.

At a Glance

FieldValue
Action IDcoingecko-get-exchange-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, exchange, info, details, tickers, volume, read

Payload Schema

FieldTypeRequiredDescription
exchangeIdstringYesExchange ID (e.g., 'binance', 'coinbase-exchange', 'kraken'). Use /exchanges/list to find IDs.

Result Schema

FieldTypeRequiredDescription
exchangeobjectYesDetailed exchange information

Examples

json
{ "type": "coingecko-get-exchange-info", "payload": { "exchangeId": "example-exchangeId" }, "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