Returns
List of tokens in the same order as the input. Each element is an EnhancedToken.
Show View fields (EnhancedToken, each element)
Show View fields (EnhancedToken, each element)
The ID of the token (address:networkId).
Token contract address.
The token ID on CoinMarketCap.
Token symbol.
Token name.
Token decimals.
Network ID.
Percentage held by top 10 holders.
Whether the token is flagged as a scam.
Creator wallet address.
Block height at token creation.
Transaction hash of token creation.
Creation timestamp.
Mint authority address if mintable.
Freeze authority address if freezable.
Whether freezable state is valid.
Whether mintable state is valid.
Social links. See SocialLinks.
Launchpad data. See LaunchpadData.
Arguments
Array of token identifiers; order is preserved in the response. See TokenInput.
Show TokenInput
Show TokenInput
Example
{
tokens(ids: [
{ networkId: 1, address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" },
{ networkId: 1, address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" }
]) {
id
address
networkId
name
symbol
decimals
isScam
creatorAddress
createdAt
exchanges {
address
color
exchangeVersion
iconUrl
id
name
networkId
tradeUrl
}
socialLinks {
twitter
telegram
discord
website
}
info {
circulatingSupply
totalSupply
imageSmallUrl
imageLargeUrl
description
}
}
}