Overview
This endpoint can be used to retrieve orders. Endpoint:/api/v1/orders
Method: GET
Orders are shown in descending order.For example, if you had 5 pages of orders, page 1 would contain the latest orders, while page 5 would contain the oldest orders.
This endpoint returns a paginated response.
Response
If the orders are successfully retrieved, the API will return a200 OK
status code.
The response will contain the following content:
URLs for the first, last, previous, and next pages.Explained in further detail in the pagination guide.
Metadata about the current page.Explained in further detail in the pagination guide.