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 Top Gainers Mainnet Only 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/tokens/top-gainers

Get tokens with top gainers

QUERY PARAMS
chainstring
The chain to query
min_market_capnumber
The minimum market cap in usd of a token
security_scorenumber
The minimum security score of a token
time_framestring
The time frame used for price percent change ordering in response
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/tokens/top-gainers?chain=eth&min_market_cap=50000000&security_score=80&time_frame=1d' \
--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": "string",
"price_usd": 1,
"token_age_in_days": 1,
"on_chain_strength_index": 1,
"security_score": 88,
"market_cap": 1351767630.85,
"fully_diluted_valuation": 1363915420.28,
"twitter_followers": 255217,
"holders_change": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
},
"liquidity_change_usd": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
},
"experienced_net_buyers_change": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
},
"volume_change_usd": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
},
"net_volume_change_usd": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
},
"price_percent_change_usd": {
"1h": 14,
"1d": 14,
"1w": 162,
"1M": 162
}
}
]