v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
Wallet

Get wallet details

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

get/wallet

Query parameters

walletIdstring uuid

The wallet ID to get the details for (optional)

currency'NGN' | 'KES' | 'BTC' | 'USD'

The currency to get the details for (optional)

Response

Wallet response

statusstring string

Example response

{
  "status": "ok",
  "data": [
    {
      "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "accountId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "balance": 1000
    }
  ]
}