cURL
curl --request GET \ --url https://staging.api.mavapay.co/api/v1/wallet \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "data": [ { "id": "d1614a76-9c7f-4111-98a7-43199f307e5b", "accountId": "d1614a76-9c7f-4111-98a7-43199f307e5b", "currency": "NGN", "balance": 1000 } ] }
Returns the wallet details for a given wallet ID or all wallets
The wallet ID to get the details for (optional)
The currency to get the details for (optional)
NGN
KES
BTC
USD
Wallet response
"success"
Show child attributes