---
title: "Sub-Account Balances"
method: POST
path: "/api/v4/sub-account/balances"
tags: ["Sub-Account"]
---

# Sub-Account Balances

`POST /api/v4/sub-account/balances`

The endpoint returns [sub-account](/glossary#sub-account) balances.

<Warning>
Rate limit: 1000 requests/10 sec.
</Warning>

<Note>
The API does not cache the response.
</Note>

## Request body

- object
  - `id` string, required — Sub-account id
  - `ticker` string — Currency's ticker (if not provided, returns data by all currencies)

## Response `200`

Successful response

- object

## Other responses

- `422` — Account is not confirmed

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
