---
title: "Retrieve Account Balance"
method: POST
path: "/api/service/balance/retrieve"
tags: ["Banking"]
---

# Retrieve Account Balance

`POST /api/service/balance/retrieve`

Retrieve the balance of your Ivy account. The balance is the money currently available on your Ivy account. It is broken down by currency.

## Request body

- RetrieveBalanceDto
  - `currency` 'EUR' | 'GBP' | 'PLN' | 'SEK' | 'DKK' | 'USDC', required — The currency to retrieve the balance for

## Response `200`

The account balance

- RetrieveBalanceResponseDto
  - `balances` object[], required — Array of balance information for different currencies
    - `currency` 'EUR' | 'GBP' | 'PLN' | 'SEK' | 'DKK' | 'USDC', required — The currency of the balance
    - `available` number, required — The amount of money available on your Ivy account for this currency

## Changes

- **2025-11-13** `8db8d1e5025b` — 1 warning, 1 info
  - added the new `USDC` enum value to the `balances/items/currency` response property for the response status `200`
  - added the new `USDC` enum value to the request property `currency`

[Change history](https://skmtc.dev/augustus/apis/ivy-api/changes/api/service/balance/retrieve/post.md)

---

[API](https://skmtc.dev/augustus/apis/ivy-api.md) · [All operations](https://skmtc.dev/augustus/apis/ivy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/ivy-api/revisions/67331c93ebb1/schema)
