Skip to main content
id
String!
The ID of the token (address:networkId).
address
String!
The contract address of the token.
cmcId
Int
The token ID on CoinMarketCap.
decimals
Int!
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
isScam
Boolean
Whether the token has been flagged as a scam.
name
String
The token name. For example, ApeCoin.
networkId
Int!
The network ID the token is deployed on.
symbol
String
The token symbol. For example, APE.
Community gathered links for the socials of this token. See SocialLinks.
info
TokenInfo
More metadata about the token. See TokenInfo.
exchanges
[Exchange!]
A list of exchanges where the token has been traded. See Exchange.
creatorAddress
String
The token creator’s wallet address.
createBlockNumber
Int
The block height the token was created at.
createTransactionHash
String
The transaction hash of the token’s creation.
createdAt
Int
The unix timestamp for the creation of the token.
mintable
String
Returns mint authority address if token is mintable. If null, verify against isMintableValid.
freezable
String
Returns freeze authority address if token is freezable. If null, verify against isFreezableValid.
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.
isMintableValid
Boolean
Determines if mintable is a valid address or null value for the authority, or if the mintable state has not yet been determined.
launchpad
LaunchpadData
The launchpad data for the token, if applicable. See LaunchpadData.
top10HoldersPercent
Float
The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).