v1
latestOpenAPI 3.0.02026-07-14866188.2 KBMultiCurrency Wallets
Get all multicurrency wallets of an organization/account.
get/v0.2.4/multicurrency-wallets/list
Response
Success.
Example response
{
"status": "success",
"message": "Sub-accounts listed successfully",
"data": [
{
"id": "0c136fa6-84bc-49f0-a767-0804c1fd33f6",
"lastName": "Jones",
"parent": "qP3P6bjbjLZUMxVfxgEqzOF0hNM2",
"accountSecondCurrencies": [],
"verified": true,
"subAccount": true,
"firstName": "Mide",
"uid": "0c136fa6-84bc-49f0-a767-0804c1fd33f6",
"approved": true,
"createdDate": "2024-07-27T17:09:21.554Z",
"joinDate": "2024-07-27T17:09:21.554Z",
"phoneNumber": "+919647234567",
"meta": {
"email": "oge@mail.com"
},
"name": "Mide Jones",
"apiUseEnabled": true,
"email": "oge@mail.com",
"p_id": 23573993,
"verification": {
"status": "completed"
},
"wallets": [
{
"id": "2RjeBb1BQuNGpg40dVFo",
"owner": "0c136fa6-84bc-49f0-a767-0804c1fd33f6",
"balance": 1000,
"type": "momo",
"transactions": [
{
"balanceBefore": 1000,
"meta": {
"date": {
"_seconds": 1722100161,
"_nanoseconds": 553000000
}
},
"newBalance": 1000,
"description": "new wallet creation transaction"
}
]
}
]
}
]
}