v1
latestOpenAPI 3.0.22026-08-061464031.4 MBBalances
Get a balances's details
Get the details of a specific balance.
get/api/br/balances/{id}/
Path parameters
idstring uuid required
The balance.id you want to get detailed information about.
Query parameters
omitstring
Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
fieldsstring
Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
Response
Ok
Example response
{
"id": "0b94bdf9-3719-43a9-81e7-be95d2318595",
"link": "0b94bdf9-3719-43a9-81e7-be95d2318595",
"account_id": "c4bfecf9-4eb6-4920-9f9f-e1f1e60ef321",
"account_internal_identification": "92792126019929279212650822221989319252576",
"collected_at": "2024-05-21T08:32:00Z",
"created_at": "2024-05-21T08:32:00Z",
"last_updated_at": "2021-05-21T08:30:00Z",
"currency": "USD",
"available": 1000.02,
"blocked": 1000.02,
"automatically_invested": 1000.02
}