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

Method deliveryExchangeInfo

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

Source from the content-addressed store, hash-verified

5118 }
5119
5120 async deliveryExchangeInfo(params: Dict = {}) {
5121 return await this.publicDeliveryRequest('v1/exchangeInfo', params);
5122 }
5123
5124 async deliveryPrices(params: Dict = {}) {
5125 const data = await this.publicDeliveryRequest('v1/ticker/price', params);

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected