K-line/Candlestick data
Get candle related info for particular markets
Last updated
Get candle related info for particular markets
Last updated
Retrieve K-line/Candlestick data for the specified by making use of this endpoint. You can define the limit, period, start time and end time for the same.
Field | Type | Mandatory | Description |
---|---|---|---|
Note: Kline payload item as array of numbers
Example: [1660634520, 0.0839, 0.0921, 0.0781, 0.0845, 0.5895]
Timestamp.
Open price.
Max price.
Min price.
Last price.
Period volume
market
STRING
YES
limit
INTEGER
NO
default 30
period
INTEGER
NO
default 1, allowed values [1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080]
start_time
INTEGER
NO
end_time
INTEGER
NO