Returns a list of pair metadata for a token.
Returns: ListPairsForTokenResponse!
The maximum number of pairs to return.
The network ID the token is deployed on.
The contract address of the token.
"""Returns a list of pair metadata for a token.""" listPairsWithMetadataForToken(limit: Int, networkId: Int!, tokenAddress: String!): ListPairsForTokenResponse!
Was this page helpful?