tvl

dreUSD and dreUSDs TVL (time series)

Returns total_supplies for the rolling window ending at request time. Each point: tvl = dreUSD total supply ÷ 1e18, dreUsds = dreUSDs total supply ÷ 1e18. Sampling: 1d all snapshots; 7d last snapshot per UTC hour; 1m / 3m / 1y last per UTC day; all last per UTC month. In-memory cache: 1d TTL 5 minutes, every other window 1 hour. 1d = 24h, 7d = 7d, 1m = 30d, 3m = 90d, 1y = 365d, all = no lower bound.

get/tvl/series

Query parameters

window'1d' | '7d' | '1m' | '3m' | '1y' | 'all' required

Response

window'1d' | '7d' | '1m' | '3m' | '1y' | 'all' required

Example response

{
  "points": [
    {
      "t": "2026-04-22T12:00:00.000Z",
      "dreUSD": "577224108.42",
      "dreUSDs": "241000000.0"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.