API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/top-moversCrypto Top Movers API
Returns top gainers and losers for a given timeframe (24h, 7d, 30d)
Parameters
2timeframestringTimeframe: 24h, 7d, 30d (default 24h)
limitnumberNumber of gainers/losers each (default 10, max 50)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/top-movers?limit=10' \
-H 'Accept: application/json'200 Response
{
"gainers": [],
"losers": []
}