---
title: "POST /accountBalanceHistoryUpdated"
method: POST
path: "/accountBalanceHistoryUpdated"
tags: ["Webhooks"]
---

# POST /accountBalanceHistoryUpdated

`POST /accountBalanceHistoryUpdated`

Notifies when account balance history has been updated for an account.

## Request body

- WebhookBase — The API-key webhook content.
  - `webookId` string
  - `clientId` string
  - `eventTimestamp` string
  - `userId` string

## Response `200`

Return a 200 status to indicate that the update was successful

## Other responses

- `201` — Return a 201 status to indicate the update was successful

## Changes

- **2026-08-20** `f5bdc0d8966f` — 2 breaking, 4 info
  - removed `#/components/schemas/WebhookBase, #/components/schemas/OAuthWebhookBase` from the request body `anyOf` list
  - the request's body type/format changed from ``/`` to `object`/``
  - added the new optional request property `clientId`
  - added the new optional request property `eventTimestamp`
  - …2 more
- **2026-08-20** `cd74482f74f1` — 1 breaking, 4 warning, 1 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `clientId`
  - removed the request property `eventTimestamp`
  - removed the request property `userId`
  - …2 more
- **2026-04-21** `27645ca09025` — 1 info
  - endpoint added
- **2026-03-06** `6a3b37154f49` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/passiv/apis/snaptrade/changes/accountBalanceHistoryUpdated/post.md)

---

[API](https://skmtc.dev/passiv/apis/snaptrade.md) · [All operations](https://skmtc.dev/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/25a7a01aaf89/schema)
