* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Users-Force-Orders * @param params extra parameters to be sent in the request * @returns
(params: Dict = {})
| 4592 | * @returns |
| 4593 | */ |
| 4594 | async futuresForceOrders(params: Dict = {}): Promise<Order[]> { |
| 4595 | return await this.privateFuturesRequest('v1/forceOrders', params); |
| 4596 | } |
| 4597 | /** |
| 4598 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Position-ADL-Quantile-Estimation |
| 4599 | * @param params extra parameters to be sent in the request |
nothing calls this directly
no test coverage detected