Interface GetTonWithdrawalUrl

Returns a URL for Toncoin withdrawal from the current user's account. The user must have at least 10 toncoins to withdraw and can withdraw up to 100000 Toncoins in one transaction. Request type for Tdjson#getTonWithdrawalUrl.

interface GetTonWithdrawalUrl {
    @type: "getTonWithdrawalUrl";
    password: string;
}

Properties

Properties

@type: "getTonWithdrawalUrl"
password: string

The 2-step verification password of the current user.