* @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Position-ADL-Quantile-Estimation * @param params extra parameters to be sent in the request * @returns
(params: Dict = {})
| 4600 | * @returns |
| 4601 | */ |
| 4602 | async futuresDeleverageQuantile(params: Dict = {}) { |
| 4603 | return await this.privateFuturesRequest('v1/adlQuantile', params); |
| 4604 | } |
| 4605 | |
| 4606 | /** |
| 4607 | * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Account-Trade-List |
nothing calls this directly
no test coverage detected