Statements
List account statements
Get a paginated list of statements for an account. When specifying a date range, both startTime and endTime must be provided together. Defaults to the last 7 days if no date range is specified. Data is available for up to 24 months from the current date.
get/accounts/{id}/statements
Path parameters
idstring uuid required
Unique identifier for the account
Query parameters
limitinteger
Number of results per page. Clamped to the range 10–100.
pageKeystring uuid
Cursor token for pagination. Pass the nextPageKey value from a previous response.
startTimestring date
Start date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with endTime or omitted entirely.
endTimestring date
End date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with startTime or omitted entirely.
Response
A paginated list of statements