* 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 = {})
| 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 |
nothing calls this directly
no test coverage detected