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

Method deliveryIndexKlines

src/node-binance-api.ts:5162–5166  ·  view source on GitHub ↗
(pair: string, interval: Interval = "30m", params: Dict = {})

Source from the content-addressed store, hash-verified

5160 }
5161
5162 async deliveryIndexKlines(pair: string, interval: Interval = "30m", params: Dict = {}) {
5163 params.pair = pair;
5164 params.interval = interval;
5165 return await this.publicDeliveryRequest('v1/indexPriceKlines', params);
5166 }
5167
5168 async deliveryMarkPriceKlines(symbol: string, interval: Interval = "30m", params: Dict = {}) {
5169 params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected