# List wallet tags for the wallet

List all wallet tags for the wallet

Endpoint: GET /v2/vaults/{vaultId}/wallets/{walletId}/tags
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `vaultId` (string, required)
    The vault ID

  - `walletId` (string, required)
    The wallet ID

## Response 200 fields (application/json):

  - `walletId` (string, required)
    The wallet ID
    Example: "ce4918bf-a199-4ce2-85a3-d0d296855384"

  - `vaultId` (string, required)
    The vault ID
    Example: "ce4918bf-a199-4ce2-85a3-d0d296855384"

  - `tags` (array)
    The tags belonging to the wallet
    Example: ["Issuing wallet"]

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


