---
title: "Retrieve Wallets"
method: GET
path: "/api/v1/wallets/{id}/"
tags: ["Wallets"]
---

# Retrieve Wallets

`GET /api/v1/wallets/{id}/`

## Path parameters

- `id` string, required

## Response `200`

- WalletSer
  - `wallet_id` string, required
  - `label` string
  - `can_disburse` boolean
  - `currency` 'KES' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF' — Supported currencies: - `KES` - Kenyan Shilling (KE) - `GHS` - Ghanaian Cedi (GH) - `NGN` - Nigerian Naira (NG) - `UGX` - Ugandan Shilling (UG) - `TZS` - Tanzanian Shilling (TZ) - `XAF` - Central African CFA Franc (CM) - `XOF` - West African CFA Franc (BF, CI)
  - `wallet_type` 'SETTLEMENT' | 'WORKING' — * `SETTLEMENT` - SETTLEMENT * `WORKING` - WORKING
  - `current_balance` string, decimal, required
  - `available_balance` string, decimal, required
  - `updated_at` string, date-time, nullable, required

---

[API](https://skmtc.dev/intasend/apis/intasend-api.md) · [All operations](https://skmtc.dev/intasend/apis/intasend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intasend/intasend-api/revisions/9fd63286a2c8/schema)
