API Documentation

GET/api/1/crypto-extended/stablecoin-supply

Stablecoin Supply History API

Returns granular per-stablecoin circulating supply over time. Stablecoin flows are a leading indicator for crypto market movements.

Parameters

2
symbolstring
query

Filter by stablecoin symbol (e.g. USDT, USDC)

daysnumber
query

Days 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
}
]