get orders
Last updated
Last updated
Retrieves paginated wallet order data filtered by order status, market, order type (limit or swap), order side (buy or sell), time range, and optional order IDs.
Source code https://github.com/Deland-Labs/hibit-sdk
HIN (hibit chain identity number)
status to filter the orders, if null, means all statuses.
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
0
, 1
Order side
1
, 2
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".