Binance Connector JS
    Preparing search index...

    Request parameters for brokerWithdraw operation in TravelRuleApi. BrokerWithdrawRequest

    interface BrokerWithdrawRequest {
        address: string;
        addressName?: string;
        addressTag?: string;
        amount: number;
        coin: string;
        network?: string;
        originatorPii: string;
        questionnaire: string;
        signature: string;
        transactionFeeFlag?: boolean;
        walletType?: number;
        withdrawOrderId: string;
    }
    Index

    Properties

    address: string

    TravelRuleApiBrokerWithdraw

    addressName?: string

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

    TravelRuleApiBrokerWithdraw

    addressTag?: string

    Secondary address identifier for coins like XRP,XMR etc.

    TravelRuleApiBrokerWithdraw

    amount: number

    TravelRuleApiBrokerWithdraw

    coin: string

    TravelRuleApiBrokerWithdraw

    network?: string

    TravelRuleApiBrokerWithdraw

    originatorPii: string

    JSON format originator Pii, see StandardPii section below

    TravelRuleApiBrokerWithdraw

    questionnaire: string

    JSON format questionnaire answers.

    TravelRuleApiBrokerWithdraw

    signature: string

    Must be the last parameter.

    TravelRuleApiBrokerWithdraw

    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.

    TravelRuleApiBrokerWithdraw

    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

    TravelRuleApiBrokerWithdraw

    withdrawOrderId: string

    withdrawID defined by the client (i.e. client's internal withdrawID)

    TravelRuleApiBrokerWithdraw