> For the complete documentation index, see [llms.txt](https://sway-technologies.gitbook.io/sway-charts-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/historic-order-list.md).

# Historic Order List

| Field                       | Value                                             | Type                                                                                                   |
| --------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **orders**                  | Orders sorted by last transaction time            | [Order](/sway-charts-api-documentation/rest-api-specification/cash-transaction/order.md), **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.
