Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Token Pair Stats Mainnet Only

GEThttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/stats

Gets the stats for a specific pair address

Ethereum Logo

Looking for token pair stats on EVM?

Access token pair stats on EVM using our API.

Explore EVM API
Note

The data is updated every 30 seconds to ensure you have access to near real-time information about price changes, liquidity, volume, and trading activity.

PATH PARAMS
networkstringrequired
The network to query
pairAddressstringrequired
The address of the pair to query
Responses
200
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://solana-gateway.moralis.io/token/mainnet/pairs/Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE/stats' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"tokenAddress": "",
"tokenName": "",
"tokenSymbol": "",
"tokenLogo": "",
"pairCreated": "",
"pairLabel": "",
"pairAddress": "",
"exchange": "",
"exchangeAddress": "",
"exchangeLogo": "",
"exchangeUrl": "",
"currentUsdPrice": "",
"currentNativePrice": "",
"totalLiquidityUsd": "",
"pricePercentChange": "",
"liquidityPercentChange": "",
"buys": "",
"sells": "",
"totalVolume": "",
"buyVolume": "",
"sellVolume": "",
"buyers": "",
"sellers": ""
}