Vaults

Collateral-covered debt by collateral vault

Collateral-covered USD borrow exposure as a nested map keyed by borrow vault, then collateral vault. Underwater debt is capped at current attributable collateral value, so this endpoint is not gross open interest. The expensive account-level debt/collateral composition is worker-computed and stored in a latest projection table; the request path only reads that projection. Redis may cache this response, but PostgreSQL projection rows are the source of truth.

get/v3/evk/vaults/open-interest/by-collateral

Query parameters

chainIdstring required

Chain ID (required)

Response

Collateral-covered borrow exposure map

dataobject

Borrow-vault to collateral-vault USD collateral-covered exposure map

Changes

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