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

Method futuresForceOrders

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

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

privateFuturesRequestMethod · 0.95

Tested by

no test coverage detected