Skip to main content
GET
List Balances for an Account

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the account.

Query Parameters

start_time
string | null

Start time for filtering balances, in ISO 8601 format.

Maximum string length: 100
end_time
string | null

End time for filtering balances, in ISO 8601 format.

Maximum string length: 100

Response

Successful Response

balances
Balance · object[]
required

One closing balance per day in the requested range. Days the account reported no balance are omitted rather than repeated, so the series can have gaps.