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

Method deliveryMarketSell

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

Source from the content-addressed store, hash-verified

5299 }
5300
5301 async deliveryMarketSell(symbol: string, quantity: number, params: Dict = {}) {
5302 return await this.deliveryOrder('MARKET', 'SELL', symbol, quantity, undefined, params);
5303 }
5304
5305 // deliveryOrder, // side symbol quantity [price] [params]
5306

Callers

nothing calls this directly

Calls 1

deliveryOrderMethod · 0.95

Tested by

no test coverage detected