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"
}
get
https://api.merkl.xyz/v4/auth/nonce/{address}
Merkl API
curl -X GET "https://api.merkl.xyz/v4/auth/nonce/{address}"
Fill the required path parameter address to send.