---
title: "Retrieve balance"
method: GET
path: "/account/balance"
tags: ["Account"]
---

# Retrieve balance

`GET /account/balance`

Returns the current balance of your account.

## Response `200`

Successful.

- object
  - `amount` number — Remaining balance on the account.
  - `currency_code` string — Currency code of the balance.
  - `updated_at` string, date-time — Date and time of retrieval of balance.

## Other responses

- `401` — Unauthorized.

---

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