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

Method privateFuturesRequest

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

* Used to make private requests to the futures (FAPI) API * @param path * @param data * @param method * @returns

(path: string, data: Dict = {}, method: HttpMethod = 'GET')

Source from the content-addressed store, hash-verified

576 * @returns
577 */
578 async privateFuturesRequest(path: string, data: Dict = {}, method: HttpMethod = 'GET'): Promise<any> {
579 return await this.futuresRequest(this.getFapiUrl() + path, data, method, true);
580 }
581
582 /**
583 * Used to make private requests to the delivery (DAPI) API

Callers 15

futuresOrderMethod · 0.95
futuresAlgoOrderMethod · 0.95
futuresSymbolConfigMethod · 0.95
futuresForceOrdersMethod · 0.95
futuresUserTradesMethod · 0.95
futuresGetDataStreamMethod · 0.95
futuresKeepDataStreamMethod · 0.95
futuresPositionRiskMethod · 0.95
futuresTradingStatusMethod · 0.95

Calls 2

futuresRequestMethod · 0.95
getFapiUrlMethod · 0.95

Tested by

no test coverage detected