cURL
curl --request GET \ --url https://waas-staging.embedly.ng/api/v1/wallets/get/wallet/account/{accountNumber} \ --header 'x-api-key: <api-key>'
{ "code": "200", "success": true, "message": "Wallet details retrieved successfully.", "data": { "accountNumber": "304500055000000", "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "availableBalance": 5000, "ledgerBalance": 7500, "currency": "USD", "status": "active" } }
The endpoint retrieves the details of a specific wallet using its associated account number..