get trade history
Last updated
Last updated
This API returns historical trading records of the market.
Source code https://github.com/Deland-Labs/hibit-sdk
The market id for which the trade list is requested.
The start date and time for the trade list.
The end date and time for the trade list.
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: "TradedAt".
default sorting is by " TradedAt desc".