> For the complete documentation index, see [llms.txt](https://docs.pretium.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pretium.africa/api-reference/account/wallet.md).

# Wallet

Get wallet information for specific country.

```
POST {{uri}}/account/wallet/{country_id}
```

***

{% tabs %}
{% tab title="200 - Success" %}

```
{
    "code": 200,
    "message": "Wallet Balance",
    "data": {
        "id": 1,
        "balance": "1000",
        "currency": "KES",
        "country_name": "Kenya"
    }
}
```

{% endtab %}

{% tab title="400 - Bad Request" %}

```
{
   "code": 400,
   "message": "Failed - Bad Request"
}
```

{% endtab %}
{% endtabs %}
