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

Method systemStatus

src/node-binance-api.ts:4042–4044  ·  view source on GitHub ↗

* Gets the the system status * @see https://developers.binance.com/docs/wallet/others/system-status * @return {promise or undefined} - omitting the callback returns a promise

(params: Dict = {})

Source from the content-addressed store, hash-verified

4040 * @return {promise or undefined} - omitting the callback returns a promise
4041 */
4042 async systemStatus(params: Dict = {}) {
4043 return await this.publicRequest(this.sapi + 'v1/system/status', params);
4044 }
4045
4046 /**
4047 * Withdraws asset to given wallet id

Callers

nothing calls this directly

Calls 1

publicRequestMethod · 0.95

Tested by

no test coverage detected