MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / futuresCandlesticks

Method futuresCandlesticks

src/node-binance-api.ts:4547–4549  ·  view source on GitHub ↗

* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data

(symbol: string, interval: Interval = "30m", params: Dict = {})

Source from the content-addressed store, hash-verified

4545 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data
4546 */
4547 async futuresCandlesticks(symbol: string, interval: Interval = "30m", params: Dict = {}): Promise<Candle[]> {
4548 return await this.futuresCandles(symbol, interval, params); // make name consistent with spot
4549 }
4550
4551 /**
4552 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Mark-Price

Callers

nothing calls this directly

Calls 1

futuresCandlesMethod · 0.95

Tested by

no test coverage detected