---
title: "Get Balance"
method: POST
path: "/balance.do"
tags: ["Other Functions"]
---

# Get Balance

`POST /balance.do`

**Dependency**
No preceding function needs to be carried out.

**Endpoint:**
https://sandbox.atriptech.com/balance.do

## Headers

- `Accept` string, required
- `Content-Type` string, required
- `Accept-Encoding` string, required
- `x-atlas-client-id` string, required
- `x-atlas-client-secret` string, required

## Request body

- object
  - `currency` string, required — The currency of your balance account

## Response `200`

- object
  - `status` integer, required
  - `msg` string, nullable
  - `accountBalance` object, nullable — This element contavins the information regarding the amount and the currency of transaction of the customer.
    - `amount` string, required — The amount of balance in your deposit account.
    - `currency` string, required — The currency in which Atlas settles transactions with you.

---

[API](https://skmtc.net/atriptech/apis/default-module.md) · [All operations](https://skmtc.net/atriptech/apis/default-module/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atriptech/default-module/revisions/8e9a8f8010ab/schema)
