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

Method transferFuturesToMain

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

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

(asset: string, amount: number)

Source from the content-addressed store, hash-verified

5542 * @return {undefined}
5543 */
5544 async transferFuturesToMain(asset: string, amount: number) {
5545 return await this.transferBetweenMainAndFutures(asset, amount, 2);
5546 }
5547
5548 /**
5549 * Transfer from main account to delivery account

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected