Get Pool Trades logo

Catalog action Blockchain Data

Retrieves recent trade history for a specific DEX pool (up to 300 trades from past 24 hours). Returns tx hash, prices, amounts, direction, and volume; filterable by minimum USD volume. Ideal for: whale watching on pools, trade flow analysis, monitoring large swaps, slippage calculation.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'solana').
poolAddressstringYesPool contract address.
tradeVolumeInUsdGreaterThannumberNoFilter trades by minimum USD volume (default: 0).
tokenstringNoToken filter: base, quote, or token address.

Result Schema

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

Examples

json
{ "type": "coingecko-get-pool-trades", "payload": { "network": "example-network", "poolAddress": "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