* Gets the the exchange info * @see https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#exchange-information * @return {promise or undefined} - omitting the callback returns a promise
()
| 4015 | * @return {promise or undefined} - omitting the callback returns a promise |
| 4016 | */ |
| 4017 | async exchangeInfo() { |
| 4018 | return await this.publicSpotRequest('v3/exchangeInfo', {}); |
| 4019 | } |
| 4020 | |
| 4021 | /** |
| 4022 | * Gets the dust log for user |
no test coverage detected