Merkl Developer Portal logo
get

/v4/auth/nonce/{address}

Generate a unique nonce and message for wallet authentication.

Path parameters

addressstring
required

Responses

200
Response for status 200
Schema
object
messagestring
required
Message to be signed by the user's wallet
noncestring
required
Unique nonce for this authentication attempt
Example
{
  "message": "string",
  "nonce": "string"
}