TigerBeetle Account Balances API

The get_account_balances operation returns the historical balances of an account over time (for accounts created with the history flag), each a point-in-time AccountBalance record of pending and posted debits and credits. A binary wire-protocol operation invoked through the official client libraries, not an HTTP endpoint.

API entry from apis.yml

apis.yml Raw ↑
aid: tigerbeetle:tigerbeetle-account-balances-api
name: TigerBeetle Account Balances API
tags:
- Balances
- History
- Ledger
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.tigerbeetle.com/reference/account-balance/
description: The get_account_balances operation returns the historical balances of an account over time
  (for accounts created with the history flag), each a point-in-time AccountBalance record of pending
  and posted debits and credits. A binary wire-protocol operation invoked through the official client
  libraries, not an HTTP endpoint.
properties:
- url: https://docs.tigerbeetle.com/reference/account-balance/
  type: Documentation
- url: https://docs.tigerbeetle.com/reference/requests/get_account_balances/
  type: APIReference