The ID of the token (address:networkId).
The contract address of the token.
The token ID on CoinMarketCap.
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
Whether the token has been flagged as a scam.
The token name. For example, ApeCoin.
The network ID the token is deployed on.
The token symbol. For example, APE.
Community gathered links for the socials of this token. See SocialLinks.
The token creator’s wallet address.
The block height the token was created at.
The transaction hash of the token’s creation.
The unix timestamp for the creation of the token.
Returns mint authority address if token is mintable. If null, verify against isMintableValid.
Returns freeze authority address if token is freezable. If null, verify against isFreezableValid.
Determines if freezable is a valid address or null value for the authority, or if the freezable state has not yet been determined.
Determines if mintable is a valid address or null value for the authority, or if the mintable state has not yet been determined.
The launchpad data for the token, if applicable. See LaunchpadData.
The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).
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 (price, FDV, circulating market cap) for the token. See TokenExtrema.
The logical Grid asset this token belongs to, which may span multiple deployments. See Asset.
On-chain deployments of this token’s asset across networks. See AssetDeployment.
Metadata about the issuer of the token’s asset, for established/verified projects. See Organization.
Community coin metadata associated with the token. See CoinCommunity.
Deprecated — use the TokenInfo type. See ExplorerTokenData.