---
title: "Get account balance"
method: GET
path: "/shop/balance"
tags: ["Shop"]
---

# Get account balance

`GET /shop/balance`

Get your account balance. (Permitted scopes: **fax:all:read**, **fax:shop:read**)

## Response `200`

Object containing balance information

- Balance — Account balance model
  - `amount` number, required — Current account balance
  - `currency` string, required — Currency of the balance

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
