API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/stablecoinsStablecoin Market Caps API
Returns current and historical market capitalizations for major stablecoins (USDT, USDC, DAI, etc.)
Parameters
1daysnumberDays of history (default 30, max 365)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/stablecoins' \
-H 'Accept: application/json'200 Response
{
"current": [],
"history": []
}