Get Coin Tickers logo

Catalog action Blockchain Data

Get trading pair tickers for a coin across all exchanges (Binance, Coinbase, Uniswap, etc.). Returns exchange name, last price, 24h volume, bid-ask spread, and trust score. Sorted by trust score by default. Paginated (100/page). Optionally includes 2% orderbook depth. Ideal for: finding best trading venues, price arbitrage detection, comparing exchange liquidity, execution planning.

At a Glance

FieldValue
Action IDcoingecko-get-coin-tickers
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, tickers, trading-pairs, exchanges, volume, cryptocurrency, read

Payload Schema

FieldTypeRequiredDescription
coinIdstringYesCoinGecko coin ID (e.g., 'bitcoin', 'ethereum'). Use the search action to find coin IDs.
exchangeIdsstringNoFilter by specific exchange ID (e.g., 'binance', 'uniswap_v3').
includeExchangeLogobooleanNoInclude exchange logo URLs in response.
pagenumberNoPage number for pagination.
orderstringNoSort order for results.
depthbooleanNoInclude 2% orderbook depth (cost to move price up/down 2%).

Result Schema

FieldTypeRequiredDescription
namestringYesCoin name
tickersarrayYesArray of trading pairs/tickers for the coin across exchanges.

Examples

json
{ "type": "coingecko-get-coin-tickers", "payload": { "coinId": "example-coinId" }, "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