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

Method deliveryCloseDataStream

src/node-binance-api.ts:5213–5215  ·  view source on GitHub ↗
(params: Dict = {})

Source from the content-addressed store, hash-verified

5211 }
5212
5213 async deliveryCloseDataStream(params: Dict = {}) {
5214 return await this.privateDeliveryRequest('v1/listenKey', params, 'DELETE');
5215 }
5216
5217 async deliveryLiquidationOrders(symbol?: string, params: Dict = {}) {
5218 if (symbol) params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected