Get Pool Tokens Info logo

Catalog action Blockchain Data

Retrieves metadata for both tokens in a DEX pool by network and pool address. Returns token info, GT scores, holder distribution, and security flags for base and quote tokens. Ideal for: token due diligence, security analysis, verifying pool token authenticity.

At a Glance

FieldValue
Action IDcoingecko-get-pool-tokens-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, onchain, pool, token, info, read

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos').
poolAddressstringYesPool contract address.
includestringNoInclude 'pool' to get pool metadata.

Result Schema

FieldTypeRequiredDescription
tokensarrayYesToken metadata for both tokens in the pool.
poolobjectNo-

Examples

json
{ "type": "coingecko-get-pool-tokens-info", "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