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

Method deliveryTime

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

Source from the content-addressed store, hash-verified

5114 }
5115
5116 async deliveryTime(params: Dict = {}) {
5117 return await this.publicDeliveryRequest('v1/time', params);
5118 }
5119
5120 async deliveryExchangeInfo(params: Dict = {}) {
5121 return await this.publicDeliveryRequest('v1/exchangeInfo', params);

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected