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

Method deliveryPing

src/node-binance-api.ts:5112–5114  ·  view source on GitHub ↗
(params: Dict = {})

Source from the content-addressed store, hash-verified

5110 //** Delivery methods */
5111
5112 async deliveryPing(params: Dict = {}) {
5113 return await this.publicDeliveryRequest('v1/ping', params);
5114 }
5115
5116 async deliveryTime(params: Dict = {}) {
5117 return await this.publicDeliveryRequest('v1/time', params);

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected