API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/stablecoin-supplyStablecoin Supply History API
Returns granular per-stablecoin circulating supply over time. Stablecoin flows are a leading indicator for crypto market movements.
Parameters
2symbolstringFilter by stablecoin symbol (e.g. USDT, USDC)
daysnumberDays of history (default 90, max 365)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/stablecoin-supply?symbol=USDT' \
-H 'Accept: application/json'200 Response
[
{
"symbol": "USDT",
"date": "2024-01-15T00:00:00.000Z",
"circulating": 95000000000
}
]