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

Method futuresDaily

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

* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics

(symbol?: string, params: Dict = {})

Source from the content-addressed store, hash-verified

4519 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics
4520 */
4521 async futuresDaily(symbol?: string, params: Dict = {}): Promise<DailyStats | DailyStats[]> {
4522 if (symbol) params.symbol = symbol;
4523 return await this.publicFuturesRequest('v1/ticker/24hr', params);
4524 }
4525
4526 /**
4527 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest

Callers

nothing calls this directly

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected