---
title: "Get a list of balances"
method: POST
path: "/accounts/list"
tags: ["Balance"]
---

# Get a list of balances

`POST /accounts/list`

Get a list of your balances for every currency, both crypto and fiat.

## Headers

- `X-Processing-Signature` string, required

## Request body

- object — This endpoint does not accept any request parameters, but you must still send an empty JSON object (`{}`) in the request body.

## Response `200`

OK

- object
  - `data` object[]
    - `currency` string — Asset or currency code.
    - `type` 'crypto' | 'fiat' — Asset type.
    - `balance` string — Account balance as a decimal string, may be negative.

## Other responses

- `400` — Bad Request The request body is not valid JSON, or the Content-Type header is not set to `application/json`.
- `403` — Forbidden

---

[API](https://skmtc.dev/cryptoprocessing/apis/merchant-backend-v2.md) · [All operations](https://skmtc.dev/cryptoprocessing/apis/merchant-backend-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptoprocessing/merchant-backend-v2/revisions/623a41f26c6b/schema)
