Get New Coins
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.
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
| Field | Value |
|---|---|
| Action ID | coingecko-get-new-coins |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, new, listings, recent, cryptocurrency, discovery, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
coins | array | Yes | Array of recently added coins |
Examples
json{ "type": "coingecko-get-new-coins", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-new-coins/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
