v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-2283430.1 KB
Transactions

List account transactions

Get a paginated list of transactions 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}/transactions

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 transactions