Parameters
string
required
64-character hex object ID of the
Vault ledger entry. Case insensitive.Request
Response — Gated Vault
Response — Open Vault
Response Fields
string
The vault ID this response covers, echoed for verification.
boolean
true only when private is true and at least one accepted credential is listed. A vault with a DomainID but without the tfVaultPrivate flag enforces nothing — gated is false and note explains why.boolean
Whether the
tfVaultPrivate flag (0x00010000) is set on the vault.string | null
64-character hex object ID of the
PermissionedDomain on the share MPTokenIssuance. null when no domain is attached.array
List of credential types that grant deposit access.
string | null
XRPL address of the account that controls the
PermissionedDomain. null when no domain exists.string | null
Human-readable explanation when
gated is false. For example: "open to any depositor" or "DomainID present but tfVaultPrivate not set — domain does not enforce access".boolean
Whether the configured
raterAddress appears in acceptedCredentials. This is the rater’s own question — am I cited in this domain — answered without asking the vault owner.string | null
The rater address configured in the Orma deployment. Used to compute
issuerNamed.tfVaultPrivate must be set alongside DomainID at VaultCreate. A DomainID without the flag does not enforce access control — the flag and the domain together are what gate deposits. If you see domainId set but gated: false, read the note field.