Kline Data
Get Kline Data
GET
https://api.abcc.com/api/v1/exchange/klines/:market_code
Path Parameters
Name | Type | Description |
---|---|---|
market_code | string | 1-100000 (Default is 30) |
Query Parameters
Name | Type | Description |
---|---|---|
start_time | string | |
end_time | string | |
limit | string | Default 30; max 10000. |
period | string | [1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080] |
OUTPUT EXPLANATION
Script | Type | Explain |
market_code | Array | Data corresponding to market_code |
market_code[0] | Integer | Starting time |
market_code[1] | Decimal | Open price |
market_code[2] | Decimal | Highest price |
market_code[3] | Decimal | Lowest price |
market_code[4] | Decimal | Closing price |
market_code[5] | Decimal | Trading volume |
Last updated