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 Losers 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-losers

List tokens with the largest price decreases over a period.

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-losers?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
[
""
]