---
title: "Changes to Retrieve account balance"
method: GET
path: "/v1/accounts/{id}/balance"
---

# Changes to Retrieve account balance

`GET /v1/accounts/{id}/balance`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 38 revisions.

- **2026-08-19** `3d21138daf4c` — 3 info
- **2026-08-17** `3ed0a0aba68b` — 4 info
- **2026-07-13** `d92a4abea6c4` — 3 warning
- **2026-06-17** `74deb4d45f9f` — 1 breaking, 1 warning, 2 info
- **2026-04-30** `34bf6e2cc30e` — 1 info

## Changes

- **2026-08-19** `3d21138daf4c` — 3 info
  - removed the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` from the `path` request parameter `id`
  - the `account_id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` was removed for the status `200`
  - the `as_of` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was removed for the status `200`
- **2026-08-17** `3ed0a0aba68b` — 4 info
  - removed the `BTC` enum value from the `currency` response property for the response status `200`
  - removed the `ETH` enum value from the `currency` response property for the response status `200`
  - removed the `POL` enum value from the `currency` response property for the response status `200`
  - removed the `SOL` enum value from the `currency` response property for the response status `200`
- **2026-07-13** `d92a4abea6c4` — 3 warning
  - added the new `ETH` enum value to the `currency` response property for the response status `200`
  - added the new `POL` enum value to the `currency` response property for the response status `200`
  - added the new `SOL` enum value to the `currency` response property for the response status `200`
- **2026-06-17** `74deb4d45f9f` — 1 breaking, 1 warning, 2 info
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` to the `path` request parameter `id`
  - added the new `BTC` enum value to the `currency` response property for the response status `200`
  - the `account_id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` was added for the status `200`
  - the `as_of` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
- **2026-04-30** `34bf6e2cc30e` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/augustus/apis/augustus-banking-api/docs/v1/accounts/:id/balance/get.md) · [API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [Page](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/accounts/:id/balance/get)
