v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBbalances
Retrieve balance
Retrieve a balance
get/balances/{id}
Path parameters
idstring required
Example:210910eb-a84a-40f6-ac68-7a2c18d62692
The ID of the balance.
Response
200
Example response
{
"id": "210910eb-a84a-40f6-ac68-7a2c18d62692",
"object": "balance",
"connected_account_id": "ff1714ae-3ec8-450d-984c-c6ee44c82a88",
"amount": 1200000,
"currency": "EUR",
"direction": "credit",
"type": "opening_available",
"date": "2022-01-03",
"bank_data": {
"file_id": "26f4ca1c-65b0-412f-b464-206721d1e6d8",
"statement_id": "STS-C4RR9YPLL0HHIFFHR-D8CEX3"
},
"created_at": "2022-01-03T00:11:07Z"
}