List vaults
Returns the vaults the authenticated user can access within an organization, each valued in the quote asset. Initiator and Reviewer API users see only the vaults they are a member of.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Query Parameters
Restrict the result set to vaults owned by the specified organization, identified by its 16-char IIBAN. Defaults to the caller's organization when omitted.
Asset code used to value each vault's fiat balance (e.g. USD, EUR). Defaults to USD when omitted.
Asset class of quote_asset. Currently only currency is supported.
Maximum number of vaults to return in the page. Defaults to 100 when omitted.
Number of vaults to skip before the page begins, used together with limit for offset-based pagination. Defaults to 0 when omitted.
Restrict the result set to the supplied vault IDs. Each value is a V-prefixed 14-char base32 identifier with a final check character.
Restrict the result set to vaults whose IIBAN matches one of the supplied values. Each value is a 16-char alphanumeric IIBAN in 4x4 groups.
Restrict the result set to vaults that include the supplied member(s), each identified by their 16-char user IIBAN.
Filter vaults by name. Combined with name_match and name_case to control how the term is matched.
How the name term is matched against vault names. One of equals, starts_with, contains.
Case sensitivity of the name match. One of sensitive, insensitive.
Lower bound (inclusive) for the vault's default required-approvals count.
Upper bound (inclusive) for the vault's default required-approvals count.
Include only vaults created at or after this timestamp (inclusive).
Include only vaults created at or before this timestamp (inclusive).
Include only vaults last updated at or after this timestamp (inclusive).
Include only vaults last updated at or before this timestamp (inclusive).
Column(s) to sort the result set by, paired positionally with order_direction. Allowed columns: id, name, created_at, updated_at. Defaults to id.
Sort direction(s), paired positionally with order_by. Each value is asc or desc. Defaults to desc.
When set to true, include each vault's otc_enabled policy flag in the response. Omitted otherwise.
Response
OK. Returns the page of vaults the caller can access, with pagination total and the resolved quote asset.