Vaults

Vault totals with historical series

Returns totalAssets, totalBorrows, utilization, and APY from dynamic snapshots. Raw amount fields are bigint strings; USD fields use the latest asset price for current and bucket-aligned historical asset prices for history entries when available. The effective end is to or the current time. When from is omitted, the effective window is 7 days for 1h and 30 days for 1d. Ranges count both endpoint buckets and support at most 744 hourly buckets or 732 daily buckets.

get/v3/evk/vaults/{chainId}/{address}/totals

Path parameters

chainIdinteger required
addressstring required

Query parameters

resolution'1h' | '1d'
frominteger

Unix timestamp in seconds, no later than 2038-01-19T03:14:07Z.

tointeger

Unix timestamp in seconds, no later than 2038-01-19T03:14:07Z.

forceFreshboolean

When true, trigger bounded synchronous vault dynamic refresh before reading totals. On timeout/failure, response safely falls back to stored snapshots and indicates cached mode in freshness metadata.

Response

Vault totals with current + historical data

Changes

No recorded changes to this endpoint across all 2 revisions of this API.