Skip to main content
address
String!
required
The contract address of the token.
decimals
Int
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). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.
liquidity
String!
required
The total liquidity of the token’s top pair in USD.
name
String!
required
The name of the token.
networkId
Int!
required
The network ID the token is deployed on.
price
Float!
required
The token price in USD.
priceChange
Float!
required
The percent price change for the time frame requested. Decimal format.
isScam
Boolean
Whether the token has been flagged as a scam.
priceChange1
Float
The percent price change in the past hour. Decimal format.
priceChange12
Float
The percent price change in the past 12 hours. Decimal format.
priceChange24
Float
The percent price change in the past 24 hours. Decimal format.
priceChange4
Float
The percent price change in the past 4 hours. Decimal format.
marketCap
String
The market cap of circulating supply.
txnCount1
Int
The number of transactions in the past hour.
txnCount12
Int
The number of transactions in the past 12 hours.
txnCount24
Int
The number of transactions in the past 24 hours.
txnCount4
Int
The number of transactions in the past 4 hours.
uniqueBuys1
Int
The unique number of buys in the past hour.
uniqueBuys12
Int
The unique number of buys in the past 12 hours.
uniqueBuys24
Int
The unique number of buys in the past 24 hours.
uniqueBuys4
Int
The unique number of buys in the past 4 hours.
uniqueSells1
Int
The unique number of sells in the past hour.
uniqueSells12
Int
The unique number of sells in the past 12 hours.
uniqueSells24
Int
The unique number of sells in the past 24 hours.
uniqueSells4
Int
The unique number of sells in the past 4 hours.
resolution
String!
required
The time frame for the results.
symbol
String!
required
The symbol for the token.
topPairId
String!
required
The ID of the token’s top pair (pairAddress:networkId).
volume
String!
required
The volume over the time frame requested in USD.
imageThumbUrl
String
The token logo URL.
imageSmallUrl
String
The token logo URL.
imageLargeUrl
String
The token logo URL.
imageBannerUrl
String
The token banner URL.
createdAt
Int
The unix timestamp for the creation of the token’s first pair.
lastTransaction
Int
The unix timestamp for the token’s last transaction.