---
title: "List Wallets"
method: GET
path: "/api/v1/wallets/"
tags: ["Wallets"]
---

# List Wallets

`GET /api/v1/wallets/`

## Query parameters

- `can_disburse` boolean
- `currency` 'EUR' | 'GBP' | 'GHS' | 'KES' | 'NGN' | 'TZS' | 'UGX' | 'USD' | 'XAF' | 'XOF'
- `label` string
- `page` integer
- `record_id` string
- `updated_at` 'month' | 'today' | 'week' | 'year' | 'yesterday', date-time, nullable
- `wallet_type` 'SETTLEMENT' | 'WORKING'

## Response `200`

- PaginatedWalletSerList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WalletSer[], required
    - `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)
