6.4. Account Balances Retrieval
6.4.1. Request
GET http://localhost:8080/v1/accounts/Alias1/balances
6.4.1.1. No specific headers
6.4.1.2. No body data
6.4.2. Response
Status code: 200
6.4.2.1. No specific headers
6.4.2.2. Body
Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.
{
"balances" : [ { "name" : "Solde comptable au 12/01/2017", "balanceAmount" : { "amount" : 123.45,
"currency" : "EUR","balanceType" : "CLBD", "lastCommittedTransaction" : "A452CH","name" : "Solde comptable au 12/01/2017",
"balanceAmount" : { "amount" : 105.65, "currency" : "EUR","balanceType" : "XPCD", "lastCommittedTransaction" : "A452CH","_links" : {
"self" : {
"href" : "/v1/accounts/Alias1/balances","parent-list" : {
"href" : "/v1/accounts","href" : "/v1/accounts/Alias1/transactions"
}