Public Wallet Endpoints

Access public wallet information including platform wallet, user wallets, transactions, and available banks.

GET
/wallets/banks
Get Available Banks
Retrieve a list of all available banks for wallet operations in Ethiopia.

Response

Response (200 OK)
{
  "data": [
    {
      "id": "130",
      "name": "Abay Bank",
      "code": "abay_bank",
      "country": "Ethiopia",
      "bank_code": "abay_bank",
      "swift_code": "ABAYETAA",
      "account_length": 16,
      "is_mobile_money": false,
      "is_active": true,
      "is_rtgs": true,
      "is_24hrs": false,
      "currency": "ETB"
    },
    {
      "id": "772",
      "name": "Addis International Bank",
      "code": "addis_int_bank",
      "swift_code": "ABSCETAA",
      "account_length": 15,
      "is_active": true
    }
  ],
  "message": "Fetched available banks",
  "success": true
}