Get Pairs for Token

Endpoint: listPairsWithMetadataForToken

Method: POST

Arguments

NameTypeDescription
limitInt

The maximum number of pairs to return.

networkIdInt!

The network ID the token is deployed on.

Required
tokenAddressString!

The contract address of the token.

Required

Response

NameTypeDescription
results[ListPairsForTokenValue!]!A list of pairs containing a given token.

Explore