Kline Candlestick data - GoldFund/goldfundapi GitHub Wiki
Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time.
HTTP REQUEST
GET /api/v1/klines
BASE URL
Example
GET /api/v1/klines
Parameters
Field | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Symbol |
limit | Number | No | Default 500; Max 1000 |
interval | String | Yes | 1m,5m,15m,30m,1h,4h,1d |