Skip to main content

Wallet Q&A

Web3How do I get the connected wallet address?
Use kaia_accounts if a wallet is already connected, or kaia_requestAccounts to initiate a new connection.
관련 문서 : Web3 Provider
Web3Which method should I use for signing?
We recommend kaia_connectAndSign. For compatibility with various wallets including OKX Wallet, personal_sign is recommended.
관련 문서 : Web3 Provider
WalletDoes a different clientId return a different wallet address?
As long as the user logs in with the same social account, the same wallet address is returned even across different clientIds. Note that resetting the recovery password may change the address, and external wallets are treated as separate addresses.
관련 문서 : Wallet Provider
Web3Which wallet types are supported?
Web, Liff, Extension, Mobile, OKX, and BITGET. Use getWalletType() to check the currently connected wallet type.
관련 문서 : Web3 Provider
Web3An unknown error occurs when signing a transaction.
This can happen when the wallet address requesting the signature differs from the address actually signing. Check that the connected wallet address is the same.
관련 문서 : Web3 Provider