get
/v4/auth/nonce/{address}
Generate a unique nonce and message for wallet authentication.
Path parameters
addressstringrequired
Responses
200Response for status 200
Schema
object
messagestringrequired
Message to be signed by the user's walletnoncestringrequired
Unique nonce for this authentication attemptExample
{
"message": "string",
"nonce": "string"
}get
https://api.merkl.xyz/v4/auth/nonce/{address}curl -X GET "https://api.merkl.xyz/v4/auth/nonce/{address}"Fill the required path parameter address to send.