v1
latestOpenAPI 3.0.02026-07-2462140124.3 KBorders
List Order Details
List Orders by User. Supports filtering by time range, relative time, p id, and status. Orders are sorted by update time in descending order.
get/orders
Query parameters
limitinteger
Example:20
The maximum number of orders to return. Defaults to 10.
tokenstring
The pagination token from the previous response to fetch the next page.
frominteger
Example:1678838400
The start of the time range (by update time) as a Unix timestamp.
tointeger
Example:1679011200
The end of the time range (by update time) as a Unix timestamp.
relativestring
Example:"15m"
A relative time range (e.g., '5m', '1h'). Takes precedence over 'from' and 'to'.
statusstring[]
Filter by one or more order statuses.
Response
A paginated list of orders.