cURL
curl --request GET \ --url https://api-prod.blaaiz.com/api/external/wallet/{id} \ --header 'x-blaaiz-api-key: <api-key>'
{ "id": "e7efc60f-247d-4ecc-b04b-c4810df25758", "business_id": "9d469b3f-ca6c-4e82-8b4f-5f323c9ab03e", "currency": "NGN", "currency_id": "9d469b3f-ca6c-4e82-8b4f-5f323c9ab03e", "amount": 0, "is_active": true }
Retrieve a single wallet by ID.
Unique identifier of the wallet
Wallet retrieved successfully
Unique identifier for the wallet
Business identifier
Currency code (e.g., NGN, CAD, USD)
Currency identifier
Current wallet balance
Whether the wallet is active
Was this page helpful?