Get Token Info logo

Catalog action Blockchain Data

Retrieve comprehensive real-time information about any ERC-20 token via Sim Dune API. Returns name, symbol, decimals, total supply, current price, 24h change, market cap, volume, liquidity, holder count, and logo. Supports multi-chain queries to find token deployments. Ideal for: token detail displays, pre-swap validation, price calculations, transaction data enrichment.

At a Glance

FieldValue
Action IDsim-dune-get-token-info
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssim-dune, blockchain, token, metadata, price, market-cap, volume, liquidity, erc20, info, details, read

Payload Schema

FieldTypeRequiredDescription
tokenAddressstringYesToken contract address or 'native' for native chain assets
chainIdsarrayNoChain IDs to query (optional, defaults to all chains where token exists)
historicalPricesarrayNoHistorical price offsets in hours (max 3). E.g., [24, 168, 720] for 1 day, 1 week, 1 month ago
limitnumberNoMaximum number of results per page
offsetstringNoPagination cursor from previous response (use nextOffset value)

Result Schema

FieldTypeRequiredDescription
contractAddressstringYesThe queried contract address or 'native'
tokensarrayYesToken information per chain
warningsarrayNoNon-fatal processing issues
nextOffsetstringNoPagination cursor for next page

Examples

json
{ "type": "sim-dune-get-token-info", "payload": { "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