---
title: "Get IBAN Balance"
method: GET
path: "/v3/balance/iban"
tags: ["IBAN"]
---

# Get IBAN Balance

`GET /v3/balance/iban`

This API provides a comprehensive view of your IBAN account balances. 
By default, it returns the balances for all associated IBAN accounts. 
You can narrow down the results using optional query parameters to filter
by a specific account ID or currency code (e.g., EUR, GBP). The response 
details the account status and provides a granular breakdown of funds across 
different states: available for use, locked for pending transactions, frozen, 
currently in transit, and the total overall balance.

## Query parameters

- `accountId` string
- `currency` string

## Headers

- `MID` string

## Response `200`

OK

- object
  - `status` string
  - `data` object
    - `accounts` object[]
      - `account_id` string
      - `entity_type` string
      - `status` string
      - `currency` string
      - `locked_balance` string
      - `available_balance` string
      - `frozen_balance` string
      - `in_transit_balance` string
      - `total_balance` string
      - `created_at` string
  - `message` string

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
