* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information * @returns
(params: Dict = {})
| 4492 | * @returns |
| 4493 | */ |
| 4494 | async futuresExchangeInfo(params: Dict = {}) { |
| 4495 | return await this.publicFuturesRequest('v1/exchangeInfo', params); |
| 4496 | } |
| 4497 | |
| 4498 | /** |
| 4499 | * Get the symbol configuration |
nothing calls this directly
no test coverage detected