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

Method deliveryOpenInterest

src/node-binance-api.ts:5135–5139  ·  view source on GitHub ↗
(symbol: string, params: Dict = {})

Source from the content-addressed store, hash-verified

5133 }
5134
5135 async deliveryOpenInterest(symbol: string, params: Dict = {}) {
5136 params.symbol = symbol;
5137 const res = await this.publicDeliveryRequest('v1/openInterest', params);
5138 return res;
5139 }
5140
5141 /**
5142 * @see https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Kline-Candlestick-Data

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected