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

Method deliveryKeepDataStream

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

Source from the content-addressed store, hash-verified

5207 }
5208
5209 async deliveryKeepDataStream(params: Dict = {}) {
5210 return await this.privateDeliveryRequest('v1/listenKey', params, 'PUT');
5211 }
5212
5213 async deliveryCloseDataStream(params: Dict = {}) {
5214 return await this.privateDeliveryRequest('v1/listenKey', params, 'DELETE');

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected