---
title: "Show User Wallet Account"
method: GET
path: "/users/{id}/wallet_accounts"
tags: ["Users"]
---

# Show User Wallet Account

`GET /users/{id}/wallet_accounts`

Show the **User's Wallet Account** using a given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- WalletAccount
  - `wallet_accounts` object
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `id` string, uuid
    - `currency` string
    - `verification_status` 'verified' | 'not_verified'
    - `balance` integer
    - `links` object
      - `self` object
      - `users` object
      - `batch_transactions` object
      - `transactions` object
      - `bpay_details` object
      - `npp_details` object
      - `virtual_accounts` object

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
