---
title: "Get list of account balances"
method: POST
path: "/api/service/data/account-balances/list"
tags: ["Data"]
---

# Get list of account balances

`POST /api/service/data/account-balances/list`

Retrieves the list of account balances for a given data session.

## Request body

- ListAccountBalancesDto
  - `sessionId` string, required — The ID of the data session to retrieve account balances for.

## Response `200`

Returns the list of account balances for the given data session

- ListAccountBalancesResponseDto
  - `balances` object[], required — Array of account balances for the given data session
    - `accountId` string, required — The ID of the account.
    - `available` string, required — The available balance.
    - `current` string, required — The current balance.
    - `currency` string, required — The currency of the balance.
    - `timestamp` unknown, required

---

[API](https://skmtc.dev/augustus/apis/ivy-api.md) · [All operations](https://skmtc.dev/augustus/apis/ivy-api/llms.txt) · [OpenAPI document](https://skmtc.dev/augustus/apis/ivy-api/revisions/917638bf9349?raw)
