Generate a message (nonce)
Generates a unique message (nonce) to be signed by the user's wallet, which is used for verifying wallet ownership.
This process helps ensure that the user attempting to connect the wallet is indeed the owner of the specified wallet address.
The generated message (nonce) is returned and should be signed using the user's wallet.
The signature will then be submitted to the /connect
endpoint for verification.
Query Parameters |
---|
walletAddress string — REQUIREDThe wallet address for which to generate the message. Example: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e |
Responses | |||||
---|---|---|---|---|---|
200 A @VerificationNonce object containing the generated message (nonce).
| |||||
400 Invalid input data.
| |||||
401 Unauthorized, missing or invalid access token |