Transactions
List transactions
Lists transactions for an account with cursor-based pagination.
get/v1/transactions
Query parameters
limitinteger
Number of results per page (1-100). Defaults to 10.
cursorstring
Opaque cursor from a previous next_cursor.
account_idstring uuid required
Account to list transactions for.
created_at.gtestring date-time
Include transactions whose created_at is greater than or equal to this ISO 8601 timestamp.
created_at.ltestring date-time
Include transactions whose created_at is less than or equal to this ISO 8601 timestamp.
Response
Paginated list of transactions