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 Score

💡Premium Endpoint

To use this API, you will need an API key associated with a Moralis account on the Starter plan or higher.

GEThttps://deep-index.moralis.io/api/v2.2/tokens/:tokenAddress/score

Retrieve a score for a specific token along with detailed metrics including price, volume, liquidity, transaction counts, and supply information.

PATH PARAMS
tokenAddressstringrequired
The token address to query
QUERY PARAMS
chainstring
The chain to query
Responses
200Successful response
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/tokens/0x6982508145454ce325ddbe47a25d4ec3d2311933/score?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"tokenAddress": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
"chainId": "0x1",
"score": 94,
"updatedAt": "2025-12-03T21:10:28Z"
}