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

Method futuresOpenInterest

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

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

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

Source from the content-addressed store, hash-verified

4527 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest
4528 */
4529 async futuresOpenInterest(symbol: string, params: Dict = {}): Promise<OpenInterest> {
4530 params.symbol = symbol;
4531 return await this.publicFuturesRequest('v1/openInterest', params);
4532 }
4533
4534 /**
4535 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data

Callers

nothing calls this directly

Calls 1

publicFuturesRequestMethod · 0.95

Tested by

no test coverage detected