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

Method deliveryMarketBuy

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

Source from the content-addressed store, hash-verified

5295 }
5296
5297 async deliveryMarketBuy(symbol: string, quantity: number, params: Dict = {}) {
5298 return await this.deliveryOrder('MARKET', 'BUY', symbol, quantity, undefined, params);
5299 }
5300
5301 async deliveryMarketSell(symbol: string, quantity: number, params: Dict = {}) {
5302 return await this.deliveryOrder('MARKET', 'SELL', symbol, quantity, undefined, params);

Callers

nothing calls this directly

Calls 1

deliveryOrderMethod · 0.95

Tested by

no test coverage detected