> 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/details.md).

# Details

```html
POST {{uri}}/account/detail
```

***

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

```
{
    "code": 200,
    "message": "Account Information",
    "data": {
        "id": 9,
        "name": "DEV Account",
        "email": "derrick@pretium.africa",
        "status": "ACTIVE",
        "wallets": [
            {
                "id": 8,
                "balance": "298",
                "currency": "KES",
                "country_name": "Kenya"
            },
            {
                "id": 9,
                "balance": "1000",
                "currency": "UGX",
                "country_name": "Uganda"
            }
        ],
        "networks": [
            {
                "name": "Base",
                "icon": "https://xwift.africa/coins/base.svg",
                "settlement_wallet_address": "0x8005ee53e57ab11e11eaa4efe07ee3835dc02f98",
                "assets": [
                    {
                        "name": "USDC",
                        "icon": "https://xwift.africa/coins/usdc.svg"
                    }
                ]
            },
            {
                "name": "Celo",
                "icon": "https://xwift.africa/coins/celo.webp",
                "settlement_wallet_address": "0x8005ee53e57ab11e11eaa4efe07ee3835dc02f98",
                "assets": [
                    {
                        "name": "USDC",
                        "icon": "https://xwift.africa/coins/usdc.svg"
                    },
                    {
                        "name": "cUSD",
                        "icon": "https://xwift.africa/coins/cUSD.svg"
                    },
                    {
                        "name": "USDT",
                        "icon": "https://xwift.africa/coins/usdt.png"
                    }
                ]
            }
        ],
        "created_at": "2025-07-08T18:51:21.000000Z"
    }
}
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
