We support lock info on UniV3, UniV4, RaydiumV4, PumpAMM, and token burns on Solana.
Returns: [Pair]!Arguments
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]!