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

Method futuresCloseDataStream

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

Source from the content-addressed store, hash-verified

4623 }
4624
4625 async futuresCloseDataStream(params: Dict = {}) {
4626 return await this.privateFuturesRequest('v1/listenKey', params, 'DELETE');
4627 }
4628
4629 /**
4630 * Get the account position risk (v3)

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected