Returns: ListPairsForTokenResponse!

Arguments

limit
Int
The maximum number of pairs to return.
networkId
Int!
required
The network ID the token is deployed on.
tokenAddress
String!
required
The contract address of the token.

Schema

"""Returns a list of pair metadata for a token."""
listPairsWithMetadataForToken(limit: Int, networkId: Int!, tokenAddress: String!): ListPairsForTokenResponse!