TigerBeetle Account Filter Queries API

Query surface for retrieving the transfers and balances tied to a single account. The get_account_transfers operation takes an AccountFilter (account_id, timestamp range, limit, direction, and flags) to page through an account's transfers, and the same filter drives get_account_balances. QueryFilter powers the broader query_accounts / query_transfers searches. Binary wire-protocol operations via the official clients - no REST, no OpenAPI.

API entry from apis.yml

apis.yml Raw ↑
aid: tigerbeetle:tigerbeetle-account-filter-queries-api
name: TigerBeetle Account Filter Queries API
tags:
- Queries
- Filters
- Transfers
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.tigerbeetle.com/reference/account-filter/
description: Query surface for retrieving the transfers and balances tied to a single account. The get_account_transfers
  operation takes an AccountFilter (account_id, timestamp range, limit, direction, and flags) to page
  through an account's transfers, and the same filter drives get_account_balances. QueryFilter powers
  the broader query_accounts / query_transfers searches. Binary wire-protocol operations via the official
  clients - no REST, no OpenAPI.
properties:
- url: https://docs.tigerbeetle.com/reference/account-filter/
  type: Documentation
- url: https://docs.tigerbeetle.com/reference/query-filter/
  type: Documentation
- url: https://docs.tigerbeetle.com/reference/requests/get_account_transfers/
  type: APIReference