ListWallets

rpc ListWallets

participant.v1.ListWalletsRequest

List all wallets.

requests ListWalletsRequest

participant.v1.ListWalletsRequest

FieldTypeDescription
pageint32Page number for pagination.
page_sizeint32Size of the page for pagination.
external_id optionalstringQueryable ID used by external systems

returns ListWalletsResponse

participant.v1.ListWalletsResponse

FieldTypeDescription
wallets repeatedWalletResponseList of Wallet objects.
total_countuint32Number of wallets belonging to the owner.
{
  "wallets": [
    {
      "name": "WALLET1",
      "public_key": "zPublicKeyMultibase58Encoded"
    },
    {
      "name": "WALLET2",
      "public_key": "zPublicKeyMultibase58Encoded"
    }
  ],
  "total_count": 5
}