/exchange/candlesticksAsk AIget https://api.{env}.bluefin.io/v1/exchange/candlesticksRetrieves candle stick data for a market.Query ParamssymbolstringrequiredThe market symbol to get the klines for.intervalstringenumrequiredThe interval to get the klines for.1m3m5m15m30m1h2h4h6h8h12h1d1w1MoUNSPECIFIEDShow 15 enum valuestypestringenumrequiredCandle price type (last price, market price or oracle).LastMarketOracleUNSPECIFIEDAllowed:LastMarketOracleUNSPECIFIEDstartTimeAtMillisint64≥ 0Timestamp in milliseconds in ms to get klines from.endTimeAtMillisint64≥ 0Timestamp in milliseconds in ms to get klines until.limitint320 to 1000Defaults to 50Default 50; max 1000.pageint32≥ 1The page number to retrieve in a paginated response.Response 200Kline/candlestick dataUpdated 7 months ago