# Historic Order List

| Field                       | Value                                             | Type                                                                                                                                    |
| --------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **orders**                  | Orders sorted by last transaction time            | [Order](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/order), **required** |
| **nextPageTransactionTime** | Transaction time to start query for the next page | Timestamp, **required**                                                                                                                 |

## ***nextPageTransactionTime***

If the count of matched orders exceeds pre-configured on server side limit, then the `nextPageTransactionTime` field will be not empty. It will contain the timestamp in UTC which corresponds to the `transaction-time` of first order which was filtered from response. So, to make request for the next 'page' of orders, the `transaction-to` should be set with value from the `nextPageTransactionTime` field.
