Binance Connector JS
    Preparing search index...

    Request parameters for withdrawTravelRule operation in TravelRuleApi. WithdrawTravelRuleRequest

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

    Properties

    address: string

    TravelRuleApiWithdrawTravelRule

    addressTag?: string

    Secondary address identifier for coins like XRP,XMR etc.

    TravelRuleApiWithdrawTravelRule

    amount: number

    TravelRuleApiWithdrawTravelRule

    coin: string

    TravelRuleApiWithdrawTravelRule

    name?: string

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

    TravelRuleApiWithdrawTravelRule

    network?: string

    TravelRuleApiWithdrawTravelRule

    questionnaire: string

    JSON format questionnaire answers.

    TravelRuleApiWithdrawTravelRule

    recvWindow?: number

    TravelRuleApiWithdrawTravelRule

    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.

    TravelRuleApiWithdrawTravelRule

    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

    TravelRuleApiWithdrawTravelRule

    withdrawOrderId?: string

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

    TravelRuleApiWithdrawTravelRule