Skip to main content
There are two ways to obtain the address of a jetton wallet: call the get_wallet_address get-method on the jetton master, or calculate the address locally from the wallet code.

Using Get-Method

Works for any jetton master (Standard and Stablecoin) — the contract itself resolves the wallet address.

Calculating Locally

No network calls — the address is derived from the owner’s address, the master address, and the jetton wallet code.
Prepare the jetton wallet contract code by following Get Contract Code and Data. jetton_wallet_code accepts a Cell or a hex-encoded BoC string. If the jetton uses the default code, JettonWalletStandard.get_default_code() / JettonWalletStablecoinV2.get_default_code() return it directly.

Standard Jetton

Stablecoin Jetton

Use JettonMasterStablecoinV2 for sharded V2 contracts, or JettonMasterStablecoin for V1 contracts (e.g. USD₮, NOT).