* Get the symbol configuration * @See https://developers.binance.com/docs/derivatives/usds-margined-futures/account/rest-api/Symbol-Config * @param params * @returns
(params: Dict = {})
| 4502 | * @returns |
| 4503 | */ |
| 4504 | async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig[]> { |
| 4505 | return await this.privateFuturesRequest('v1/symbolConfig', params); |
| 4506 | } |
| 4507 | |
| 4508 | /** |
| 4509 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker-v2 |
nothing calls this directly
no test coverage detected