Creates an asynchronous request to retrieve transactions for an account over a date range.
The request is processed asynchronously: a 202 response returns the request id (use this value as {request_id} when polling) and an initial status of pending. Poll for the result using the returned id.
Results are paginated and returned in a stable order: by timestamp descending, then id descending as a unique tie-breaker. Pass the next_cursor from a previous page as cursor to retrieve the next page; a null next_cursor means there are no further transactions.
This API must be called using a client_credentials bearer token.
Note: from/to applies to settled transactions. Returned pending transactions may have dates outside the requested range — behaviour varies by bank.