Candles
A candlestick is a type of price chart that represents the high, low, opening, and closing prices of a token over a defined time frame.
candles(interval: str, symbol: str, exchange: str, count: Optional[int] = 100) -> List[[Candle]]
candles(interval: str, symbol: str, exchange: str, count: Optional[int] = 100) -> List[[Candle]]Last updated