Details
POST {{uri}}/account/detail{
"code": 200,
"message": "Account Information",
"data": {
"id": 9,
"name": "DEV Account",
"email": "[email protected]",
"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"
}
}{
"code": 400,
"message": "Failed - Bad Request"
}Last updated