Skip to main content
GET
/
api
/
external
/
wallet
List all wallets
curl --request GET \
  --url https://api-prod.blaaiz.com/api/external/wallet \
  --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
  },
  {
    "id": "wallet_cad_456",
    "business_id": "9d469b3f-ca6c-4e82-8b4f-5f323c9ab03e",
    "currency": "CAD",
    "currency_id": "currency_cad_id",
    "amount": 25000,
    "is_active": true
  }
]

Authorizations

x-blaaiz-api-key
string
header
required

Response

Wallets retrieved successfully

id
string
required

Unique identifier for the wallet

business_id
string
required

Business identifier

currency
string
required

Currency code for this wallet (e.g., NGN, CAD, USD)

currency_id
string
required

Currency identifier

amount
number
required

Current wallet balance

is_active
boolean
required

Whether the wallet is active