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

Method publicFuturesRequest

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

* Used to make public 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

554 * @returns
555 */
556 async publicFuturesRequest(path: string, data: Dict = {}, method: HttpMethod = 'GET') {
557 return await this.publicRequest(this.getFapiUrl() + path, data, method);
558 }
559
560 /**
561 * Used to make public requests to the delivery (DAPI) API

Callers 15

futuresPingMethod · 0.95
futuresTimeMethod · 0.95
futuresExchangeInfoMethod · 0.95
futuresPricesMethod · 0.95
futuresDailyMethod · 0.95
futuresOpenInterestMethod · 0.95
futuresCandlesMethod · 0.95
futuresMarkPriceMethod · 0.95
futuresTradesMethod · 0.95
futuresAggTradesMethod · 0.95
futuresFundingRateMethod · 0.95

Calls 2

publicRequestMethod · 0.95
getFapiUrlMethod · 0.95

Tested by

no test coverage detected