List cash operations

Lists cash operations for the authenticated account over an optional window, most recent first. Operations are grouped into one entry per calendar day per type, in the account timezone, matching what the Vibe app shows. Amounts are in cents: amount_cents is rounded per entry, so use total_amount_cents for an exact total over the window.

The window is bounded by how many operations it covers rather than by how long it is: a window covering more than 50,000 operations is rejected with 400. Ad spend is recorded hourly, so a one-year window is well inside that; only windows spanning several years of continuous spend approach it. Narrow from/to if you hit it: the window is aggregated before limit/offset are applied, so paging cannot bring an oversized one under the limit.
Scopes:
billing:read

Rate limits:
Burst: 10/s
Steady: 300/m

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date
^\d{4}-\d{2}-\d{2}$

Start of the window (inclusive): a calendar day in the account timezone.

date
^\d{4}-\d{2}-\d{2}$

End of the window (exclusive): a calendar day in the account timezone. The whole preceding day is included.

number
1 to 100
Defaults to 20

Maximum number of operations to return

number
≥ 0

Number of operations to skip

number

Required only for embedded apps.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json