Get Trending Search Pools
Retrieves DEX pools trending in search across all networks, ranked by search popularity. Returns up to 10 pools by default with full pricing and volume data; adjustable via 'pools' parameter. Ideal for: discovering newly popular pairs, tracking user interest, finding breakout opportunities.
Catalog action Blockchain Data
Retrieves DEX pools trending in search across all networks, ranked by search popularity. Returns up to 10 pools by default with full pricing and volume data; adjustable via 'pools' parameter. Ideal for: discovering newly popular pairs, tracking user interest, finding breakout opportunities.
At a Glance
| Field | Value |
|---|---|
| Action ID | coingecko-get-trending-search-pools |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, onchain, pool, dex, trending, search, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
include | string | No | Attributes to include: base_token, quote_token, dex, network (comma-separated). |
pools | number | No | Number of pools to return (max: 10). |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
pools | array | Yes | List of trending search pools |
Examples
json{ "type": "coingecko-get-trending-search-pools", "payload": { "include": "example-include", "pools": 1 }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-trending-search-pools/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "include": "example-include", "pools": 1 }}'
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.
