Skip to main content
GET
/
accounts
/
{account_id}
/
balances
List Balances for an Account
curl --request GET \
  --url https://api.meow.com/v1/accounts/{account_id}/balances \
  --header 'x-api-key: <api-key>'
{
  "balances": [
    {
      "balance": 123,
      "date": "2023-12-25"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

account_id
string
required

The ID of the account.

Query Parameters

startTime
string | null

Start time for filtering balances (ISO 8601 format). Also accepts 'start_date' for backwards compatibility.

Maximum string length: 100
endTime
string | null

End time for filtering balances (ISO 8601 format). Also accepts 'end_date' for backwards compatibility.

Maximum string length: 100

Response

Successful Response

balances
Balance · object[]
required

An array of balances