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

Method futuresKeepDataStream

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

Source from the content-addressed store, hash-verified

4619 }
4620
4621 async futuresKeepDataStream(params: Dict = {}) {
4622 return await this.privateFuturesRequest('v1/listenKey', params, 'PUT');
4623 }
4624
4625 async futuresCloseDataStream(params: Dict = {}) {
4626 return await this.privateFuturesRequest('v1/listenKey', params, 'DELETE');

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected