[ListPairsForTokenValue!]!
A list of pairs containing a given token.
See ListPairsForTokenValue
Show Properties
Show Properties
String!
The volume for the pair in USD.
String!
The total liquidity in the pair.
EnhancedToken!
Metadata for token with higher liquidity within the pair.
See EnhancedToken
Show Properties
Show Properties
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
String
The Grid asset ID, if this token is linked to a Grid asset.
String
The Grid bluechip rating for this token (e.g.
A+, B-).Organization
The Grid organization associated with this token.
See Organization
String
The token creator’s wallet address.
Wallet
The token creator’s wallet identity and profile, resolved from creatorAddress. Null when the token has no known creator.
See Wallet
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 name or symbol contains profanity.
TokenExtrema
All-time high and low price/market cap data for the token.
See TokenExtrema
CoinCommunity
The Coin Community data for the token
See CoinCommunity
TokenExtensions
Token extension metadata, if available.
See TokenExtensions
Erc7572CustomInfo
Token-standard-specific custom metadata — currently ERC-7572
contractURI fields, as used by Base B20 tokens. Null for tokens without a recognized token standard.
See Erc7572CustomInfoString
deprecated
The total supply of the token.
This field is deprecated. Use the TokenInfo type
ExplorerTokenData
deprecated
Information about the token from 3rd party sources.
See ExplorerTokenData
This field is deprecated. Use the TokenInfo type
String
deprecated
The thumbnail token logo URL.
This field is deprecated. Use the TokenInfo type
String
deprecated
The small token logo URL.
This field is deprecated. Use the TokenInfo type
String
deprecated
The large token logo URL.
This field is deprecated. Use the TokenInfo type
String
deprecated
The circulating supply of the token.
This field is deprecated. Use the TokenInfo type
String
deprecated
The amount of this token in the pair.
This field is deprecated. Pooled can be found on the pair instead
EnhancedToken!
Metadata for token with lower liquidity within the pair.
See EnhancedToken
Pair!
Metadata for the pair.
See Pair
Show Properties
Show Properties
String!
The contract address of the pair.
String!
The address for the exchange factory contract.
Int
The exchange fee for swaps.
String!
The ID for the pair (
address:networkId).Int!
The network ID the pair is deployed on.
String
The protocol of the pair. E.g. UniswapV4, RaydiumV4, PumpV1, etc.
Int
The amount of required tick separation. Only applicable for pairs on UniswapV3.
String!
The contract address of
token0.String!
The contract address of
token1.Int
The unix timestamp for the creation of the pair.
EnhancedToken
Metadata for the first token in the pair.
See EnhancedToken
EnhancedToken
Metadata for the second token in the pair.
See EnhancedToken
PooledTokenValues
The pooled amounts of each token in the pair.
See PooledTokenValues
PooledTokenValues
The virtual pooled amounts of each token in the pair.
See PooledTokenValues
ProtocolData
Custom data for the pair, only certain protocols have this. (uniswapv4, arenatrade for example)
See ProtocolData
PairProtocolCustomData
deprecated
The per-protocol data for the pair, if applicable
See PairProtocolCustomData
This field is deprecated. Use protocolData instead
Exchange!
Exchange metadata for the pair.
See Exchange
Show Properties
Show Properties
String!
The ID of the exchange (
address:id).String!
The contract address of the exchange.
String
The hex string for the exchange color.
String
The name of the exchange.
String
The version of the exchange, if applicable.
String
The exchange logo URL.
Int!
The network ID the exchange is deployed on.
String
The URL for the exchange.
QuoteToken
The token of interest within the pair. Can be
token0 or token1.
See QuoteTokenUsed By
Returned by- listPairsWithMetadataForToken: Returns a list of pair metadata for a token.