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.
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
Whether or not the token is mintable
freezable
String
Whether or not the token is freezable
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.
totalSupply
String
The total supply of the token.
This field is deprecated. Use the TokenInfo type
imageThumbUrl
String
The thumbnail token logo URL.
This field is deprecated. Use the TokenInfo type
imageSmallUrl
String
The small token logo URL.
This field is deprecated. Use the TokenInfo type
imageLargeUrl
String
The large token logo URL.
This field is deprecated. Use the TokenInfo type
circulatingSupply
String
The circulating supply of the token.
This field is deprecated. Use the TokenInfo type
pooled
String
The amount of this token in the pair.
This field is deprecated. Pooled can be found on the pair instead