* Get Binance server time * @return {promise or undefined} - omitting the callback returns a promise
()
| 1425 | * @return {promise or undefined} - omitting the callback returns a promise |
| 1426 | */ |
| 1427 | async time() { |
| 1428 | const res = await this.publicSpotRequest('v3/time', {}); |
| 1429 | return res; |
| 1430 | } |
| 1431 | |
| 1432 | /** |
| 1433 | * Used to subscribe to a single websocket endpoint |
no test coverage detected