Returns: LiquidityMetadataByToken!

Arguments

tokenAddress
String!
required

The address of the token.

networkId
Int!
required

The network id of the token.

Schema

"""Returns liquidity metadata for a given token. Includes liquidity lock data for up to 100 pairs that the token is in."""
liquidityMetadataByToken(tokenAddress: String!, networkId: Int!): LiquidityMetadataByToken!