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

Method publicDeliveryRequest

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

* Used to make public requests to the delivery (DAPI) API * @param path * @param data * @param method * @returns

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

Source from the content-addressed store, hash-verified

565 * @returns
566 */
567 async publicDeliveryRequest(path: string, data: Dict = {}, method: HttpMethod = 'GET') {
568 return await this.publicRequest(this.getDapiUrl() + path, data, method);
569 }
570
571 /**
572 * Used to make private requests to the futures (FAPI) API

Callers 15

deliveryPingMethod · 0.95
deliveryTimeMethod · 0.95
deliveryExchangeInfoMethod · 0.95
deliveryPricesMethod · 0.95
deliveryDailyMethod · 0.95
deliveryOpenInterestMethod · 0.95
deliveryCandlesMethod · 0.95
deliveryIndexKlinesMethod · 0.95
deliveryMarkPriceMethod · 0.95
deliveryTradesMethod · 0.95

Calls 2

publicRequestMethod · 0.95
getDapiUrlMethod · 0.95

Tested by

no test coverage detected