Skip to main content
Defined in EIP-747
Requests that the wallet tracks the given token in the user’s wallet. Once a token is added, it will be shown in the wallet’s token list.

Parameters

string
required
The asset type. Currently only “ERC20” is supported.
object
required
Token options object.

Returns

boolean
Returns true if the token was successfully added to the watch list.

Error Handling

Always verify the token contract address and ensure it’s a legitimate token to prevent users from adding malicious tokens.
The token will appear in the user’s wallet token list if successfully added.