Binance Connector JS
    Preparing search index...

    Request parameters for withdraw operation in CapitalApi. WithdrawRequest

    interface WithdrawRequest {
        address: string;
        addressTag?: string;
        amount: number;
        coin: string;
        name?: string;
        network?: string;
        recvWindow?: number;
        transactionFeeFlag?: boolean;
        walletType?: number;
        withdrawOrderId?: string;
    }
    Index

    Properties

    address: string

    CapitalApiWithdraw

    addressTag?: string

    Secondary address identifier for coins like XRP,XMR etc.

    CapitalApiWithdraw

    amount: number

    CapitalApiWithdraw

    coin: string

    CapitalApiWithdraw

    name?: string

    Description of the address. Address book cap is 200, space in name should be encoded into %20

    CapitalApiWithdraw

    network?: string

    CapitalApiWithdraw

    recvWindow?: number

    CapitalApiWithdraw

    transactionFeeFlag?: boolean

    When making internal transfer, true for returning the fee to the destination account; false for returning the fee back to the departure account. Default false.

    CapitalApiWithdraw

    walletType?: number

    The wallet type for withdraw,0-spot wallet ,1-funding wallet. Default walletType is the current "selected wallet" under wallet->Fiat and Spot/Funding->Deposit

    CapitalApiWithdraw

    withdrawOrderId?: string

    client side id for withdrawal, if provided in POST /sapi/v1/capital/withdraw/apply, can be used here for query.

    CapitalApiWithdraw