List wallets (Paginated)
Gets wallets for a specified vault, including full details. Pagination is optional.
POST GetWalletList
Request mpcvault.platform.v1.GetWalletListRequest
vault_uuid
vault_uuid is the UUID of the vault that the wallet was created in.
page
(optional) page is the page number.
default: 1
limit
(optional) limit is the number of wallets to return.
default: 100, max: 1000
Response mpcvault.platform.v1.GetWalletListResponse
details_list
error
Last updated on