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 } ] }
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