{ "opencollection": "1.0.0", "info": { "name": "openbanking-api Accounts Balances API", "version": "1.0" }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "List Balances History", "type": "http" }, "http": { "method": "GET", "url": "https://api.datanomik.com/v1/balances/history", "params": [ { "name": "accountId", "value": "", "type": "query", "description": "Identifier of the account from which you want to get detailed information about." }, { "name": "dateFrom", "value": "", "type": "query", "description": "Date From" }, { "name": "dateTo", "value": "", "type": "query", "description": "Date To" } ] }, "docs": "List all accounts balance of yours links" } ] } ], "bundled": true }