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.
Path parameters
Unique identifier for the account
Query parameters
Number of results per page. Clamped to the range 10–100.
Cursor token for pagination. Pass the nextPageKey value from a previous response.
Start date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with endTime or omitted entirely.
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
Changes
No recorded changes to this endpoint across all 10 revisions of this API.