Returns a list of pairs containing a given token.
Returns: [Pair]!
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 pairs containing a given token.""" listPairsForToken(limit: Int, networkId: Int!, tokenAddress: String!): [Pair]!
Was this page helpful?