Search logo

Catalog action Blockchain Data

Search for cryptocurrencies, exchanges, categories, and NFTs by name or symbol. Returns ranked results with images and identifiers. Supports partial/fuzzy matching. Results ranked by market cap. Ideal for: finding CoinGecko coin IDs, token discovery, building search UIs, identifier lookups.

At a Glance

FieldValue
Action IDcoingecko-search
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, search, find, discover, lookup, coins, exchanges, nft, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch query string. Can be coin name, symbol, or partial match. Examples: 'bitcoin', 'btc', 'uni', 'doge'.

Result Schema

FieldTypeRequiredDescription
coinsarrayYesMatching cryptocurrencies
exchangesarrayYesMatching cryptocurrency exchanges
categoriesarrayYesMatching coin categories
nftsarrayYesMatching NFT collections

Examples

json
{ "type": "coingecko-search", "payload": { "query": "status:open" }, "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