get orders
Last updated
Last updated
Source code
HIN (hibit chain identity number)
marketId, if null, means all markets
order ids, if null, means not filter by order ids. Max length is 20, if more than 20, return error.
Order category
Order side
order created at after this time
order created at before this time
maximum number of items to return. maximum value is 500.
number of items to skip before starting to collect the result set.
the sorting parameters for the list.
see https://learn.microsoft.com/en-us/azure/search/search-query-odata-orderby#examples for the format of the OrderBy string.
supported sorting parameters are: "CreatedAt".
default sorting is by " CreatedAt desc".
OK