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

Method futuresGetDataStream

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

Source from the content-addressed store, hash-verified

4614 }
4615
4616 async futuresGetDataStream(params: Dict = {}) {
4617 //A User Data Stream listenKey is valid for 60 minutes after creation. setInterval
4618 return await this.privateFuturesRequest('v1/listenKey', params, 'POST');
4619 }
4620
4621 async futuresKeepDataStream(params: Dict = {}) {
4622 return await this.privateFuturesRequest('v1/listenKey', params, 'PUT');

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected