MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / futuresDeleverageQuantile

Method futuresDeleverageQuantile

src/node-binance-api.ts:4602–4604  ·  view source on GitHub ↗

* @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 = {})

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected