Skip to main content
Version: 1.1.1
GEThttps://dev.yimmit.com/api/v3/liquidity/public/:market/k-line
Public — no authentication required.

Get Kline Data

GET api/v3/liquidity/public/:market/k-line

Get OHLC(k line) of specific market.

Parameters

NameTypeMandatoryDescription
periodINTEGERNOTime period of K line, default to 1. You can choose between 1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080
time_fromINTEGERNOAn integer represents the seconds elapsed since Unix epoch. If set, only k-line data after that time will be returned.
time_toINTEGERNOAn integer represents the seconds elapsed since Unix epoch. If set, only k-line data till that time will be returned.
limitINTEGERNOLimit the number of returned data points default to 30. Ignored if time_from and time_to are given.

Responses

  • 200 Successful response
[
[
1771580280,
0.02887,
0.02888,
0.02887,
0.02888,
4.7032
],
[
1771580340,
0.02887,
0.02887,
0.02886,
0.02886,
0.4436
],
[
1771580400,
0.02886,
0.02886,
0.02886,
0.02886,
0.0
],
[
1771580460,
0.02886,
0.02886,
0.02886,
0.02886,
0.0
],
[
1771580520,
0.02886,
0.02887,
0.02886,
0.02886,
0.1409
],
[
1771580580,
0.02886,
0.02887,
0.02886,
0.02887,
7.3289
],
[
1771580640,
0.02888,
0.02888,
0.02887,
0.02887,
4.614
],
[
1771580700,
0.02888,
0.02888,
0.02887,
0.02888,
4.8777
],
[
1771580760,
0.02888,
0.02888,
0.02887,
0.02888,
0.4757
],
[
1771580820,
0.02888,
0.02888,
0.02887,
0.02888,
36.32
],
[
1771580880,
0.02887,
0.02887,
0.02887,
0.02887,
0.3848
],
[
1771580940,
0.02888,
0.02888,
0.02888,
0.02888,
0.1322
],
[
1771581000,
0.02887,
0.02887,
0.02887,
0.02887,
0.0788
],
[
1771581060,
0.02887,
0.02887,
0.02887,
0.02887,
0.0102
],
[
1771581120,
0.02887,
0.02887,
0.02887,
0.02887,
2.5381
],
[
1771581180,
0.02888,
0.02888,
0.02888,
0.02888,
0.0116
],
[
1771581240,
0.02887,
0.02888,
0.02887,
0.02888,
1.2463
],
[
1771581300,
0.02888,
0.02888,
0.02888,
0.02888,
0.0
],
[
1771581360,
0.02888,
0.02888,
0.02888,
0.02888,
1.2023
],
[
1771581420,
0.02887,
0.02887,
0.02887,
0.02887,
10.3183
],
[
1771581480,
0.02886,
0.02886,
0.02886,
0.02886,
1.7032
],
[
1771581540,
0.02886,
0.02886,
0.02885,
0.02886,
5.0807
],
[
1771581600,
0.02885,
0.02885,
0.02885,
0.02885,
0.0255
],
[
1771581660,
0.02885,
0.02885,
0.02885,
0.02885,
1.3406
],
[
1771581720,
0.02886,
0.02886,
0.02886,
0.02886,
0.2977
],
[
1771581780,
0.02886,
0.02886,
0.02884,
0.02884,
3.4433
],
[
1771581840,
0.02884,
0.02885,
0.02884,
0.02885,
0.0346
],
[
1771581900,
0.02885,
0.02886,
0.02885,
0.02885,
1.7087
],
[
1771581960,
0.02885,
0.02885,
0.02885,
0.02885,
0.0
],
[
1771582020,
0.02885,
0.02885,
0.02885,
0.02885,
0.0
]
]