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

Method deliveryTrades

src/node-binance-api.ts:5179–5182  ·  view source on GitHub ↗
(symbol: string, params: Dict = {})

Source from the content-addressed store, hash-verified

5177 }
5178
5179 async deliveryTrades(symbol: string, params: Dict = {}) {
5180 params.symbol = symbol;
5181 return await this.publicDeliveryRequest('v1/trades', params);
5182 }
5183
5184 async deliveryHistoricalTrades(symbol: string, params: Dict = {}) {
5185 params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

publicDeliveryRequestMethod · 0.95

Tested by

no test coverage detected