get kline
Last updated
Last updated
This API returns market candlestick (K-line) data.
Source code https://github.com/Deland-Labs/hibit-sdk
The market id.
The start time of the kline ticks.
1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
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: "Timestamp".
default sorting is by " Timestamp desc".