cURL
curl --request GET \ --url https://api.example.com/auth/nonce
{ "nonce": "<string>" }
Returns a one-time nonce for SIWE authentication. Nonce expires in 5 minutes.
200