# Wallet balances for country Endpoint: GET /v1/wallet-balances/{country} Version: v1 Security: bearerAuth ## Path parameters: - `country` (string, required) The country for which to get wallet balances for. Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia. ## Response 200 fields (application/json): - `balances` (array, required) List of wallet balances - `balances.country` (string, required) Country of the wallet. Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from [Wikipedia](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Officially_assigned_code_elements). Example: "ZMB" - `balances.balance` (string, required) The current balance of the wallet. Example: "1000.0" - `balances.currency` (string, required) Currency of the wallet. Example: "ZMW" - `balances.mno` (string, required) If you are using a wallet that is only used by a single MMO, that MMO-s correspondent code will be shown here. Example: "MTN_MOMO_BEN" ## Response 400 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error" ## Response 401 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error" ## Response 403 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error" ## Response 500 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error"