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

Method transferMainToFutures

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

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

(asset: string, amount: number)

Source from the content-addressed store, hash-verified

5531 * @return {undefined}
5532 */
5533 async transferMainToFutures(asset: string, amount: number) {
5534 return await this.transferBetweenMainAndFutures(asset, amount, 1);
5535 }
5536
5537 /**
5538 * Transfer from delivery account to main account

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected