---
title: "Consultar saldo"
method: GET
path: "/{companyId}/banking/accounts/{accountId}/balances"
tags: ["Conta PJ"]
---

# Consultar saldo

`GET /{companyId}/banking/accounts/{accountId}/balances`

## Path parameters

- `companyId` string, required
- `accountId` string, required

## Response `200`

Successful response

- BalancesResponse
  - `accountId` string
  - `available` object
    - `amount` number, float
    - `currency` string
  - `blocked` object
    - `amount` number, float
    - `currency` string
    - `blockedDate` string, date-time

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
