API Documentation

GET/api/1/crypto-extended/stablecoins

Stablecoin Market Caps API

Returns current and historical market capitalizations for major stablecoins (USDT, USDC, DAI, etc.)

Parameters

1
daysnumber
query

Days 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": []
}