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

Method transferMainToDelivery

src/node-binance-api.ts:5556–5558  ·  view source on GitHub ↗

* Transfer from main account to delivery account * @param {string} asset - the asset * @param {number} amount - the asset (optionnal) * @param {object} options - additional options * @return {undefined}

(asset: string, amount: number)

Source from the content-addressed store, hash-verified

5554 * @return {undefined}
5555 */
5556 async transferMainToDelivery(asset: string, amount: number) {
5557 return await this.transferBetweenMainAndFutures(asset, amount, 3);
5558 }
5559
5560 /**
5561 * Transfer from delivery account to main account

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected