action openbankingproject_get_balances { label: "Read balance" description: "Reads account data from a given account addressed by \"account-id\". \n\n**Remark:** This account-id can be a tokenised identification due to data protection reason since the path \ninformation might be logged on intermediary servers within the ASPSP sphere. \nThis account-id then can be retrieved by the \"Get account list\" call.\n\nThe account-id is constant at least throughout the lifecycle of a given consent.\n" provider: openbankingproject method: GET path: "/v1/accounts/{account-id}/balances" encoding: json output: { type: "object" additionalProperties: true } }