Detail
Account Details
POST {{uri}}/account/detail
{
"code": 200,
"message": "Account Information",
"data": {
"id": 1,
"name": "Pretium Finance",
"email": "hello@xwift.africa",
"status": "ACTIVE",
"wallets": [
{
"id": 1,
"balance": "1000",
"currency": "KES",
"country_name": "Kenya"
},
{
"id": 2,
"balance": "1000",
"currency": "UGX",
"country_name": "Uganda"
}
],
"created_at": "2024-10-21T18:34:32.000000Z"
}
}
{
"code": 400,
"message": "Failed - Bad Request"
}
Last updated