Vaults
Vault cap usage health
Lists vaults ordered by cap-usage severity (descending). Cap usage is computed as max(supplyCapUsage, borrowCapUsage), and the response includes both supply-cap and borrow-cap fields.
- chainId is required.
- If threshold is omitted, returns all vaults.
- Threshold filter is inclusive (capUsage >= threshold).
- onlyOverThreshold is accepted for compatibility and currently does not alter filtering.
get/v3/evk/vaults/health/caps
Query parameters
chainIdinteger required
thresholdnumber
onlyOverThresholdboolean
offsetinteger
limitinteger
Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100.
Response
Vault cap health list
Changes
No recorded changes to this endpoint across all 2 revisions of this API.