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

Method deliveryBuy

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

Source from the content-addressed store, hash-verified

5287 }
5288
5289 async deliveryBuy(symbol: string, quantity: number, price: number, params: Dict = {}) {
5290 return await this.deliveryOrder('LIMIT', 'BUY', symbol, quantity, price, params);
5291 }
5292
5293 async deliverySell(symbol: string, quantity: number, price: number, params: Dict = {}) {
5294 return await this.deliveryOrder('LIMIT', 'SELL', symbol, quantity, price, params);

Callers

nothing calls this directly

Calls 1

deliveryOrderMethod · 0.95

Tested by

no test coverage detected