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

# Get an account's balances history by ID

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

This method returns the account's balances history that matches the entered ID.

## Path parameters

- `account_id` integer, required

## Query parameters

- `end` string, date-time, nullable
- `start` string, date-time, nullable

## Response `200`

Account object

- AccountBalancesHistory
  - `account_index` integer, required
  - `balances` AccountBalancesHistoryEntry[], required
    - `date` string, required
    - `value` string, nullable
  - `currency` CurrencyInfo, required
    - `magnitude` integer, required
    - `name` string, required
    - `network` string, required
    - `token_address` string, nullable

## Other responses

- `501` — Not supported for this currency

---

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