| Feature | Description |
|---|---|
| Availability | Daily Balance History objects will be available at least 5 hours after the end of the day. |
| Generation | The Daily Balance History resource is generated daily for all accounts under the allowed providers. It includes all credit and debit transactions received by the account on that day, based on their transaction_date. |
| Allowed Providers | This functionality is available for accounts in a connected state under the following providers: pr_col_cobre, pr_mex_cobre, pr_mex_cobre2, pr_mex_cobre3, and pr_global_cobre. |
Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/accounts//daily_balance_history?balance_date&balance_date_gte&balance_date_lte' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": false,
"page_items": 50,
"Daily Balance history List": [
{
"id": "dbh_lv33HfT21z",
"offset": "-05:00",
"balance_date": "2025-06-06",
"initial_balance": "1250000",
"total_credits": "200000",
"total_debits": "100000",
"end_balance": "1350000",
"created_at": "2025-06-07T15:35:01Z",
"updated_at": "2025-06-07T15:35:01Z"
}
]
}