---
title: "Get wallet details"
method: GET
path: "/wallet"
tags: ["Wallet"]
---

# Get wallet details

`GET /wallet`

Returns the wallet details for a given wallet ID or all wallets

## Query parameters

- `walletId` string, uuid
- `currency` 'NGN' | 'KES' | 'BTC' | 'USD'

## Response `200`

Wallet response

- object
  - `status` string, string
  - `data` Wallet[]
    - `id` string, string — The unique identifier for the wallet
    - `accountId` string, uuid — The unique identifier for the account related to the wallet
    - `currency` 'NGN' | 'KES' | 'BTC' | 'ZAR' | 'GHS', string
    - `balance` number — The balance of the wallet in its lowest denomination

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.net/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/94cb0ddffad0/schema)
