Skip to main content
address
String!
required
The contract address of the token.
cmcId
Int
The token ID on CoinMarketCap.
decimals
Int!
required
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
id
String!
required
The ID of the token (address:networkId).
isScam
Boolean
Whether the token has been flagged as a scam.
name
String
The token name. For example, ApeCoin.
networkId
Int!
required
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.
More metadata about the token.
exchanges
A list of exchanges where the token has been traded.
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
The launchpad data for the token, if applicable.
totalSupply
String
deprecated
The total supply of the token.
This field is deprecated. Use the TokenInfo type
explorerData
Information about the token from 3rd party sources.
This field is deprecated. Use the TokenInfo type
imageThumbUrl
String
deprecated
The thumbnail token logo URL.
This field is deprecated. Use the TokenInfo type
imageSmallUrl
String
deprecated
The small token logo URL.
This field is deprecated. Use the TokenInfo type
imageLargeUrl
String
deprecated
The large token logo URL.
This field is deprecated. Use the TokenInfo type
circulatingSupply
String
deprecated
The circulating supply of the token.
This field is deprecated. Use the TokenInfo type
pooled
String
deprecated
The amount of this token in the pair.
This field is deprecated. Pooled can be found on the pair instead