* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker
(symbol?: string, params: Dict = {})
| 4776 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker |
| 4777 | */ |
| 4778 | async futuresBookTicker(symbol?: string, params: Dict = {}) { |
| 4779 | return await this.futuresQuote(symbol, params); |
| 4780 | } |
| 4781 | |
| 4782 | /** |
| 4783 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/New-Order |
nothing calls this directly
no test coverage detected