Skip to main content
GET
Get balance history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

account_id
string
required

Query Parameters

date_from
string<date>

Start date (inclusive).

date_to
string<date>

End date (inclusive).

interval
enum<string>
default:monthly

Granularity of snapshots.

Available options:
daily,
weekly,
monthly

Response

Balance history.

data
object[]