Get k-line

Please note that access to this API requires the API key to have market permissions enabled.

Parameter Description

  • tick: BRC-20 tick

  • timeStart: The starting timestamp, measured in milliseconds.

  • timeEnd: The ending timestamp, measured in milliseconds.

  • timeStep: Represents the interval between each data point, measured in milliseconds.

Additionally, there are the following limitations on the requested parameters.

(timeEnd-timeStart)/timeStep <= 2016

Last updated