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 Aggregated Token Pair Stats Mainnet Only

Solana Logo

Looking for aggregated token pair stats on Solana?

Find aggregated token pair stats on Solana using our API.

Explore Solana API
GEThttps://deep-index.moralis.io/api/v2.2/erc20/:token_address/pairs/stats

Get aggregated statistics across supported pairs of a token.

Note
This endpoint has a limit of 200 pairs that is considered when aggregating the totals.
PATH PARAMS
token_addressstringrequired
The address of the token contract
QUERY PARAMS
chainstring
The chain to query
Responses
200Returns the statistics for supported pairs of the token.
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/erc20/0x6982508145454ce325ddbe47a25d4ec3d2311933/pairs/stats?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"total_liquidity_usd": 1184543489313.2297,
"total_active_pairs": 217,
"total_active_dexes": 163
}