List vault policies
Returns the vault’s policy settings as a list of typed items: the approval quorum, the withdrawal and OTC limits, the OTC flag, the staking limit and, when configured, the subquorum approval groups. Items are identified by their type field; item order is not significant.
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 an array of the vault's policy items.
- required_approvals
- max_transaction_amount
- otc_enabled
- otc_max_transaction_amount
- staking_max_transaction_amount
- subquorums
Approval quorum for tasks on the vault.
Policy type.
required_approvals "required_approvals"
Number of approvals required for a task on this vault to pass review.
3
Minimum approval quorum the organization's policy allows for a vault.
2
Number of active Admin and Reviewer users who are members of the vault and can approve its tasks.
5