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

Method deliveryUserTrades

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

Source from the content-addressed store, hash-verified

5192 }
5193
5194 async deliveryUserTrades(symbol: string, params: Dict = {}) {
5195 params.symbol = symbol;
5196 return await this.privateDeliveryRequest('v1/userTrades', params);
5197 }
5198
5199 async deliveryCommissionRate(symbol: string, params: Dict = {}) {
5200 if (symbol) params.symbol = symbol;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected