Get Token Info logo

Catalog action Blockchain Data

Retrieves on-chain token metadata including social links, GT trust score, holder distribution, and security flags. Returns detailed security analysis with mint/freeze authority status and honeypot detection. Ideal for: token due diligence, security screening, verifying token legitimacy before trading.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos').
addressstringYesToken contract address.

Result Schema

FieldTypeRequiredDescription
tokenobjectYes-

Examples

json
{ "type": "coingecko-get-token-info", "payload": { "network": "example-network", "address": "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