Get New Coins logo

Catalog action Blockchain Data

Retrieves the latest 200 recently listed coins on CoinGecko, ordered by listing date (most recent first). Returns coin ID, symbol, name, and activation timestamp; data updates every 30 seconds (Pro plan exclusive). Ideal for: discovering new listings, tracking token launches, building new listing alert systems.

At a Glance

FieldValue
Action IDcoingecko-get-new-coins
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, new, listings, recent, cryptocurrency, discovery, read

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
coinsarrayYesArray of recently added coins

Examples

json
{ "type": "coingecko-get-new-coins", "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