AccountBalanceDto
idstringrequired
id of the balance
Example:
c980479e-6254-4d98-a2d0-cbfe4c8f2d35clientIdstringrequired
ID of the client to which the balance belongs
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93currencyCodestringrequired
Three letters currency code
Example:
AUDbalancenumberrequired
Balance
Example:
1232.21createdTimestringrequired
The creation time of the balance
Example:
2025-07-08T03:23:45.000ZAccountBalanceDto
{
"id": "c980479e-6254-4d98-a2d0-cbfe4c8f2d35",
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"currencyCode": "AUD",
"balance": "1232.21",
"createdTime": "2025-07-08T03:23:45.000Z"
}