---
title: "Get account balance"
method: GET
path: "/v2/accounts/{account_id}/balances"
tags: ["Account management"]
---

# Get account balance

`GET /v2/accounts/{account_id}/balances`

This service can be used to check the balance of an existing account.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ResponseBalance
  - `account_id` string — User’s dLocal account ID.
  - `available_for_withdrawals` number — Balance available for withdrawals.
  - `payins_in_transit` number — Payments amount not settled yet (in the currency entered in the field currency).
  - `pending_settlements` number — Settlements amount in transit (in the currency entered in the field currency).
  - `current_balance` number — Total balance amount processed (in the currency entered in the field currency).
  - `current_balance_date` string, date — Balance last calculation timestamp (YYYY-MM-DDTHH:mm:ss).
  - `currency` string — Balance currency.

## Other responses

- `404` — Bad request

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/revisions/d87e090020f9/schema)
