v1
latestOpenAPI 3.1.02026-08-0658107212.4 KBTreasury
Get Client Balance
Returns the balance of a specific client.
get/api/v3/clients/{client_id}/balance.json
Path parameters
client_idstring required
Example:12345
ID of the client.
Query parameters
api_keystring required
Example:YOUR_API_KEY
Your API Key.
Response
SUCCESS
Example response
{
"currency": {
"symbol": "€",
"code": "EUR"
},
"initial_balance": {
"created_at": "1970-01-01",
"observation": "null"
}
}