---
title: "Retrieve balance of consent-linked account"
method: GET
path: "/consents/v1/{consent_id}/balance"
tags: ["Consents"]
---

# Retrieve balance of consent-linked account

`GET /consents/v1/{consent_id}/balance`

Retrieves the balance of the account associated with the specified authorized consent.

## Response `200`

OK - Account balance retrieved successfully.

- ConsentBalanceResponse
  - `currency` string, required — The ISO 3 letter currency code
  - `balance` number, required — The current balance of the account associated with the specified consent.

## Other responses

- `409` — The specified consent is not authorized.

---

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