Get vault
Returns metadata for a single vault the authenticated user can access. Initiator and Reviewer API users must be a member of the vault.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Vault identifier, a V-prefixed 14-char base32 string with a final check character.
"VABCDEF234567A"
Response
OK. Returns vault metadata for the requested vault.
Vault identifier, a V-prefixed 14-char base32 string with a final check character. This is the canonical ID used in vault-scoped endpoints (the {vault_id} path parameter).
"VW44KPQC4C62K6"
Vault IIBAN, 16-char alphanumeric in 4x4 groups. A funding account number for the same vault as id — not interchangeable with id in path parameters.
"AA88 N84G AET3 RAOA"
Human-readable vault name.
"My Vault 1"
Vault lifecycle status.
"created"
Vault creation time as an RFC 3339 UTC timestamp (Z offset required), e.g. 2026-01-15T12:34:56Z.
"2026-01-15T12:34:56Z"
Vault attribute labels (e.g. token_vesting).
Optional vault description.
"Primary cold vault"
Whether the vault's deposits are restricted to rekeying only. Null when not set.
false