Get Token Trades logo

Catalog action Blockchain Data

Retrieves recent trade history for a token across ALL liquidity pools (up to 300 trades from past 24 hours). Returns trades from every pool containing the token; filterable by minimum USD volume. Ideal for: comprehensive token monitoring, cross-venue whale watching, VWAP calculation, trading pattern analysis.

At a Glance

FieldValue
Action IDcoingecko-get-token-trades
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, onchain, token, trades, swap, dex, read

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'solana').
tokenAddressstringYesToken contract address.
tradeVolumeInUsdGreaterThannumberNoFilter trades by minimum USD volume (default: 0).

Result Schema

FieldTypeRequiredDescription
tradesarrayYesList of trades from the past 24 hours (max 300).

Examples

json
{ "type": "coingecko-get-token-trades", "payload": { "network": "example-network", "tokenAddress": "0x0000000000000000000000000000000000000000" }, "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