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
Example response
{
"status": "ok",
"data": [
{
"id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
"accountId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
"balance": 1000
}
]
}