Wallet Verification API
API for verifying wallet ownership
Last updated
API for verifying wallet ownership
Last updated
Quick Sync offers an API designed to verify wallet ownership. The verification process generates a short-lived token, which can be used to create or join a session. For more details, refer to the
API is currently under active development and is subject to change. We recommend checking the documentation regularly and subscribing to updates to stay informed about any changes, deprecations, or new features that could impact your implementation.
Obtain a Nonce Message – Request a nonce message from the server. This message is a temporary, unique identifier used for verification.
Sign the Message – Use the desired wallet within your frontend application to sign the nonce message.
Submit a Verification Request – Send a request containing the wallet address, signed message, and signature to complete the verification process.
Currently, the API supports only ERC-20 wallets, but support for additional wallet types will be added in the future.
Verify wallet given a wallet address, nonce message, and signature.
Ethereum
Success