---
title: "Get a balances's details"
method: GET
path: "/api/br/balances/{id}/"
tags: ["Balances"]
---

# Get a balances's details

`GET /api/br/balances/{id}/`

Get the details of a specific balance.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `omit` string
- `fields` string

## Response `200`

Ok

- BalanceOFDA
  - `id` string, uuid, required — The unique identifier created by Belvo used to reference the current balance.
  - `link` string, uuid, required — The unique identifier of the link that this balance belongs to.
  - `account_id` string, uuid, required — The Belvo `account.id` that this balance belongs to.
  - `account_internal_identification` string, required — The institution's internal identification for the account.
  - `collected_at` string, date-time, required — The ISO-8601 timestamp when the data point was collected.
  - `created_at` string, date-time, required — The ISO-8601 timestamp of when the data point was created in Belvo's database.
  - `last_updated_at` string, date-time, required — The ISO-8601 timestamp of when this balance was last updated by the institution. > 🚧 Warning > > The `last_updated_at` parameter depends on how the institution processes (or stores) data. In the case that the institution stores data synchronously (that is, as soon as a transaction occurs, the balance us updated), then the `last_updated_at` will reflect the balance in near real time. In the case that the institution stores data asynchronously (that is, it retrieves data in bulk and then updates the balance), the balance information can refer to hours or days ago. Additionally, in the case that the institution cannot provide the specific time (due to an internal error), the institution may provide an overall time where they last refreshed the account and balance information.
  - `currency` string, required — The three-letter currency code (ISO-4217).
  - `available` number, float, required — The available account balance.
  - `blocked` number, float, required — The amount that is currently blocked due to, for example, pending transactions.
  - `automatically_invested` number, float, required — The amount that is automatically invested (as agreed upon with the institution).

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/versions/3423c786ece5/schema)
