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

# Get Balance

`GET /v3/balance`

Retrieves balance details for the specified MID (merchant or sub-merchant). If MID is not provided, returns aggregated balances across all supported currencies and entities.

## Query parameters

- `currency` string
- `date` string, date
- `limit` integer
- `page` integer

## Headers

- `MID` string

## Response `200`

Balance information retrieved successfully

- object
  - `status` string
  - `data` object
    - `balance` object[]
      - `currency` string
      - `totalCollectionsAmount` number
      - `totalPayoutAmount` number
      - `totalPayoutInTransitBalance` number
      - `totalSettledAmount` number
      - `totalUnsettledAmount` number
      - `totalAvailablePrefundingBalance` number
      - `totalPayoutFee` number
    - `date` string, date
  - `pagination` object
    - `total` integer
    - `pages` integer
    - `currentPage` integer
    - `limit` integer
    - `hasNext` boolean
    - `hasPrev` boolean

## Other responses

- `400` — Invalid request parameters
- `500` — Internal server error

---

[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/versions/adb1b62e58cf/schema)
