TypeScript shape
String!
The ID of the token (address:networkId).
String!
The contract address of the token.
Int
The token ID on CoinMarketCap.
Int!
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
Boolean
Whether the token has been flagged as a scam.
String
The token name. For example, ApeCoin.
Int!
The network ID the token is deployed on.
String
The token symbol. For example, APE.
SocialLinks
Community gathered links for the socials of this token. See SocialLinks.
MobulaTokenData
Mobula-native enrichment for this token: pricing engine data, real-time stats, holder concentration, security flags, launchpad/liquidity fields, live signals and source metadata. See MobulaTokenData.
String
The token creator’s wallet address.
Int
The block height the token was created at.
String
The transaction hash of the token’s creation.
Int
The unix timestamp for the creation of the token.
String
Returns mint authority address if token is mintable. If null, verify against isMintableValid.
String
Returns freeze authority address if token is freezable. If null, verify against isFreezableValid.
Boolean
Determines if freezable is a valid address or null value for the authority, or if the freezable state has not yet been determined.
Boolean
Determines if mintable is a valid address or null value for the authority, or if the mintable state has not yet been determined.
LaunchpadData
The launchpad data for the token, if applicable. See LaunchpadData.
Float
The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).
Boolean
Whether the token is mintable.
Boolean
Whether the token is freezable.
Boolean
Whether the token’s name or symbol contains profanity.
String
Bluechip rating for the token, when available.
TokenExtrema!
All-time high / all-time low records (price, FDV, circulating market cap) for the token. See TokenExtrema.
[AssetDeployment!]
On-chain deployments of this token’s asset across networks. See AssetDeployment.
Organization
Metadata about the issuer of the token’s asset, for established/verified projects. See Organization.
CoinCommunity
Community coin metadata associated with the token. See CoinCommunity.
ExplorerTokenData
deprecated
Deprecated — use the TokenInfo type. See ExplorerTokenData.