Vaults

List vaults

Returns a list of vaults. Notes:

  • fields and sort are accepted but currently ignored.
  • minTvl/maxTvl apply to totalSupplyUsd where totalSupplyUsd = (cash + totalBorrows) * price.
get/v3/evk/vaults

Query parameters

chainIdstring

Comma-separated list of chain IDs (single value allowed).

fieldsstring

Comma-separated list of fields to include.

sortstring

Sort field, prefix with '-' for descending.

offsetinteger
limitinteger

Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100.

assetstring
minTvlnumber
maxTvlnumber
visibilitystring

Comma-separated visibility filter (visible,warning,hidden,pending_review). Defaults to visible,warning — hidden and pending_review vaults are excluded from discovery unless requested explicitly.

Response

Vault list

Changes

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