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

Method deliveryMarkPrice

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

Source from the content-addressed store, hash-verified

5172 }
5173
5174 async deliveryMarkPrice(symbol?: string, params: Dict = {}) {
5175 if (symbol) params.symbol = symbol;
5176 return await this.publicDeliveryRequest('v1/premiumIndex', params);
5177 }
5178
5179 async deliveryTrades(symbol: string, params: Dict = {}) {
5180 params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected