cURL
curl --request GET \ --url https://solana-gateway.moralis.io/token/{network}/{address}/pairs \ --header 'X-Api-Key: <api-key>'
{ "cursor": "<string>", "pageSize": 123, "page": 123, "pairs": [ { "exchangeAddress": "<string>", "exchangeName": "<string>", "exchangeLogo": "<string>", "pairAddress": "<string>", "pairLabel": "<string>", "usdPrice": 123, "usdPrice24hrPercentChange": 123, "usdPrice24hrUsdChange": 123, "volume24hrNative": 123, "volume24hrUsd": 123, "liquidityUsd": 123, "inactivePair": true, "baseToken": "<string>", "quoteToken": "<string>", "pair": [ { "tokenAddress": "<string>", "tokenName": "<string>", "tokenSymbol": "<string>", "tokenLogo": "<string>", "tokenDecimals": "<string>", "pairTokenType": "<string>", "liquidityUsd": 123 } ] } ] }
Get the supported pairs for a specific token address.
The network to query
mainnet
devnet
The address to query
"So11111111111111111111111111111111111111112"
The cursor to the next page
The limit per page
1 <= x <= 50
Show child attributes