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

Method deliveryGetDataStream

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

Source from the content-addressed store, hash-verified

5202 }
5203
5204 async deliveryGetDataStream(params: Dict = {}) {
5205 //A User Data Stream listenKey is valid for 60 minutes after creation. setInterval
5206 return await this.privateDeliveryRequest('v1/listenKey', params, 'POST');
5207 }
5208
5209 async deliveryKeepDataStream(params: Dict = {}) {
5210 return await this.privateDeliveryRequest('v1/listenKey', params, 'PUT');

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected