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 Details Premium Endpoint

💡Premium Endpoint

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

GEThttps://deep-index.moralis.io/api/v2.2/discovery/token

Retrieve comprehensive details for a specific token, including metadata and stats. For more detailed tokens stats we recommended to use getTokenAnalytics or getMultipleTokenAnalytics. For pair stats, we recommend to use getPairStats.

QUERY PARAMS
chainstringrequired
The chain to query
token_addressstringrequired
The address of the token
Responses
200Returns the token details
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/discovery/token?chain=eth&token_address=0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"chain_id": "0x1",
"token_address": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"token_name": "Maker",
"token_symbol": "MKR",
"token_logo": "",
"block_number": "",
"block_timestamp": "",
"rating": "",
"total_number_of_rating": "",
"total_liquidity_locked_in_percent": "",
"total_supply_locked_in_percent": "",
"price_usd": "",
"token_age_in_days": "",
"on_chain_strength_index": "",
"security_score": 88,
"market_cap": 1351767630.85,
"fully_diluted_valuation": 1363915420.28,
"twitter_followers": 255217
}