Binance Connector JS
    Preparing search index...

    Request parameters for applyMmWithdraw operation in TransferApi. ApplyMmWithdrawRequest

    interface ApplyMmWithdrawRequest {
        amount: string;
        coin: string;
        name?: string;
        network: string;
        walletType?: ApplyMmWithdrawWalletTypeEnum;
        withdrawOrderId?: string;
    }
    Index

    Properties

    amount: string

    Amount to withdraw (must be > 0)

    TransferApiApplyMmWithdraw

    coin: string

    Coin to withdraw (e.g. USDT)

    TransferApiApplyMmWithdraw

    name?: string

    Remark for the withdraw

    TransferApiApplyMmWithdraw

    network: string

    Network (e.g. BEP20)

    TransferApiApplyMmWithdraw

    Source CEX account type. Enum: 0 (SPOT), 1 (FUNDING). Default 0. Must be 0 or 1; any other value is rejected

    TransferApiApplyMmWithdraw

    withdrawOrderId?: string

    Client withdraw order id (idempotency key)

    TransferApiApplyMmWithdraw