get https://api-sandbox.tucambio.app/api/companies/balance
This function returns the balance of each wallet.
Responses
This function returns the balance of each wallet.
xxxxxxxxxx
curl --request GET \
--url https://api-sandbox.tucambio.app/api/companies/balance \
--header 'accept: application/json' \
--header 'x-date: 2024-02-20T15:44:42.310Z'
xxxxxxxxxx
[
{
"address": "79fea3a2-2f28-4071-a98f-97442cb0aec5",
"balance": 314619,
"currencyId": 1,
"currencyCode": "CLP"
}
]