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

Method terminate

deprecated/node-binance-api.d.ts:104–104  ·  view source on GitHub ↗

* Terminates a web socket * @param {string} endpoint - the string associated with the endpoint * @return {undefined}

(endpoint: string)

Source from the content-addressed store, hash-verified

102 * @return {undefined}
103 */
104 terminate(endpoint: string): any;
105 terminate(...args: any): any;
106
107 depth(...args: any): any;

Callers 6

socketHeartbeatFunction · 0.65
terminateFunction · 0.65
futuresSocketHeartbeatFunction · 0.65
futuresTerminateFunction · 0.65
deliverySocketHeartbeatFunction · 0.65
deliveryTerminateFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected