---
title: "Get account balance (v1)"
method: GET
path: "/v1/borderless-accounts"
tags: ["balance"]
deprecated: true
---

# Get account balance (v1)

`GET /v1/borderless-accounts`

> **Deprecated.**

{% admonition type="warning" %}
This endpoint is deprecated. Use the [v4 Balances endpoint](/api-reference/balance/balanceget) instead.
{% /admonition %}

Get available balances for all activated currencies in your multi-currency account.

## Query parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Array of borderless account objects with balances.

- object[]
  - `id` integer — Multi-currency account ID.
  - `profileId` integer — Personal or business profile ID.
  - `recipientId` integer — Recipient ID you can use for a multi-currency account deposit.
  - `creationTime` string, date-time — Date when multi-currency account was opened.
  - `modificationTime` string, date-time — Date when multi-currency account setup was modified.
  - `active` boolean — Is multi-currency account active or inactive.
  - `eligible` boolean — Ignore.
  - `balances` object[]
    - `balanceType` string — Balance type.
    - `currency` string — Currency code.
    - `amount` object
      - `value` number — Available balance in specified currency.
      - `currency` string — Currency code.
    - `reservedAmount` object
      - `value` number — Reserved amount from your balance.
      - `currency` string — Reserved amount currency code.
    - `bankDetails` object, nullable — Bank account details assigned to your multi-currency account. Available for EUR, GBP, USD, AUD, NZD.
      - `id` integer — Bank account details ID.
      - `currency` string — Bank account currency.
      - `bankCode` string — Bank account code.
      - `accountNumber` string — Bank account number.
      - `swift` string — Bank account swift code.
      - `iban` string — Bank account IBAN.
      - `bankName` string — Bank name.
      - `accountHolderName` string — Bank account holder name.
      - `bankAddress` object
        - `addressFirstLine` string — Bank address street and house.
        - `postCode` string — Bank address zip code.
        - `city` string — Bank address city.
        - `country` string — Bank address country.
        - `stateCode` string, nullable — Bank address state code.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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