The
asset, assetDeployments, and organization fields are powered by The Grid and are only populated for established, verified tokens.Returns
The requested token with enriched market and metadata. See EnhancedToken.
Show View fields (EnhancedToken)
Show View fields (EnhancedToken)
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.
Community-gathered social links. See SocialLinks.
Show SocialLinks
Show SocialLinks
Project website URL.
Twitter / X profile URL.
Telegram URL.
Discord invite URL.
GitHub URL.
Reddit URL.
Facebook URL.
Instagram URL.
LinkedIn URL.
YouTube URL.
Twitch URL.
Blog URL.
Whitepaper URL.
CoinGecko page URL.
CoinMarketCap page URL.
Bitcointalk thread URL.
Slack URL.
WeChat handle.
Contact email.
Extended metadata. See TokenInfo.
Show TokenInfo
Show TokenInfo
Token ID.
Contract address.
Token symbol.
Token name.
Network ID.
CoinMarketCap ID.
Total supply.
Circulating supply.
Token description.
Thumbnail image URL.
Small image URL.
Large image URL.
Banner image URL.
Thumbnail image hash.
External video URL.
Bluechip rating, when available.
Grid asset ID.
Whether the token is flagged as a scam.
List of exchanges where the token has traded. See Exchange.
Launchpad data for the token, if applicable. See LaunchpadData.
Show LaunchpadData
Show LaunchpadData
Launchpad name.
Launchpad protocol.
Launchpad icon URL.
Launchpad category.
Bonding-curve graduation progress (%).
Bonding-curve pool address.
Whether the bonding curve completed.
Unix timestamp of completion.
Slot at completion.
Whether the token migrated to a DEX pool.
Unix timestamp of migration.
Slot at migration.
DEX pool address after migration.
Whether cashback is enabled.
Whether the token is mintable.
Whether the token is freezable.
Whether the token’s name or symbol contains profanity.
Bluechip rating for the token, when available.
All-time high / all-time low records. See TokenExtrema.
Show TokenExtrema
Show TokenExtrema
Token ID (address:networkId).
Token contract address.
Network ID.
All-time high price (USD).
Unix timestamp of the ATH price.
All-time low price (USD).
Unix timestamp of the ATL price.
All-time high fully diluted valuation (USD).
Unix timestamp of the ATH FDV.
All-time low fully diluted valuation (USD).
Unix timestamp of the ATL FDV.
All-time high circulating market cap (USD).
Unix timestamp of the ATH circulating market cap.
All-time low circulating market cap (USD).
Unix timestamp of the ATL circulating market cap.
Logical Grid asset this token belongs to. See Asset.
Show Asset
Show Asset
Asset identifier.
Asset name.
Asset description.
Asset ticker symbol.
Asset type classification.
Asset status.
Icon image URL.
Root identifier shared across deployments.
On-chain deployments. See AssetDeployment.
On-chain deployments of this token’s asset. See AssetDeployment.
Show AssetDeployment
Show AssetDeployment
Deployment identifier.
Network ID this deployment lives on.
Contract address of the deployment.
Token standard (e.g. ERC20, SPL).
ID of the parent asset.
Root identifier shared across deployments.
Enriched token for this deployment. See EnhancedToken.
Issuer metadata for established/verified projects. See Organization.
Show Organization
Show Organization
Organization name.
Date the organization was founded.
Short organization description.
Long organization description.
Organization tagline.
Organization type classification.
Sector the organization operates in.
Organization-related URLs. See OrganizationUrl.
Organization social profiles. See OrganizationSocial.
Logo image URL.
Icon image URL.
Header image URL.
Root identifier shared across the organization’s assets.
Community coin metadata. See CoinCommunity.
The following fields are deprecated — supply and image fields have moved to TokenInfo;
pooled lives on the pair instead. They remain in the schema for backwards compatibility and may be removed in a future version.Deprecated — use the TokenInfo type. See ExplorerTokenData.
Arguments
Token identifier (network + address). See TokenInput.
Show TokenInput
Show TokenInput
Example
query Token {
token(input: {
networkId: 1,
address: "0xdac17f958d2ee523a2206206994597c13d831ec7"
}) {
id
address
symbol
name
decimals
networkId
top10HoldersPercent
}
}