---
title: "Get Account Balances"
method: GET
path: "/accounts/{accountId}/balances"
tags: ["Financial Data"]
---

# Get Account Balances

`GET /accounts/{accountId}/balances`

Returns the balance for the end user associated with the presented consent token.

Feature: `ACCOUNT_BALANCES`

## Path parameters

- `accountId` string, required

## Headers

- `consent` string, required
- `psu-id` string
- `psu-corporate-id` string
- `psu-ip-address` string
- `sub-application` string, uuid

## Response `200`

Ok

## Other responses

- `default` — Error Response

---

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