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

Method transferDeliveryToMain

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

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

(asset: string, amount: number)

Source from the content-addressed store, hash-verified

5564 * @return {undefined}
5565 */
5566 async transferDeliveryToMain(asset: string, amount: number) {
5567 return await this.transferBetweenMainAndFutures(asset, amount, 4);
5568 }
5569
5570 /**
5571 * Get maximum transfer-out amount of an asset

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected