Lists vault accounts that are opted out of the address registry for this workspace. Pagination uses next and prev cursors from the response. If pageSize is omitted, 50 items are returned per page; allowed range is 1–100 per request.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Opaque cursor from a previous response (next or prev). Omit for the first page.
"eyJvZmZzZXQiOjAsInBhZ2VTaXplIjoxMH0"
Page size. Default 50 if omitted; must be between 1 and 100.
1 <= x <= 10050
Sort direction by vault account id. Omit for ascending; use the enum value for descending. Sort order for the vault opt-out list by vault account id (ascending is the default when omitted).
VAULT_OPT_OUT_LIST_ORDER_ASC, VAULT_OPT_OUT_LIST_ORDER_DESC "VAULT_OPT_OUT_LIST_ORDER_ASC"
Page of vault opt-out rows
Total number of vault accounts excluded from the address registry for your workspace.
2
[
{ "vaultAccountId": 10001 },
{ "vaultAccountId": 10002 }
]Opaque cursor for the next page; empty when there is no next page.
"eyJvZmZzZXQiOjEwLCJwYWdlU2l6ZSI6MTB9"
Opaque cursor for the previous page; empty when there is no previous page.
""