---
title: "Get an account's balance history"
method: GET
path: "/v1/accounts/{account_id}/history"
tags: ["Accounts"]
---

# Get an account's balance history

`GET /v1/accounts/{account_id}/history`

Get an account's balance history

## Path parameters

- `account_id` string, uuid, required

## Query parameters

- `from` string, date, required
- `to` string, date, required

## Response `200`

AccountHistory

- AccountHistory — Balance history for an account.
  - `history` History[], required — List of daily summaries.
    - `closing_balance` integer, required — End of day balance.
    - `date` string, date, required — Summary date.
  - `id` string, uuid, required — Account id.

---

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