Get Coin by Contract Address logo

Catalog action Blockchain Data

Get detailed coin information by contract address on a specific blockchain (Ethereum, Polygon, Base, etc.). Returns CoinGecko ID, symbol, name, description, website links, social links, market data, and community stats. Use to resolve contract addresses to full coin metadata. Ideal for: token lookups by contract, cross-referencing on-chain tokens with CoinGecko data, enriching wallet holdings with metadata.

At a Glance

FieldValue
Action IDcoingecko-get-coin-by-contract
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, coin, contract, token, address, lookup, read

Payload Schema

FieldTypeRequiredDescription
platformstringYesAsset platform ID (e.g., 'ethereum', 'polygon-pos', 'arbitrum-one', 'base'). See /asset_platforms endpoint for full list.
contractAddressstringYesToken contract address on the specified platform.

Result Schema

FieldTypeRequiredDescription
coinobjectYes-

Examples

json
{ "type": "coingecko-get-coin-by-contract", "payload": { "platform": "example-platform", "contractAddress": "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