protolabs42

Generate SIWE nonce

Generate a cryptographic nonce for Sign-In with Ethereum. The nonce is stored server-side and must be used within 5 minutes.

POST
/siwe/nonce

Generate a cryptographic nonce for Sign-In with Ethereum. The nonce is stored server-side and must be used within 5 minutes.

Response Body

application/json

curl -X POST "https://chorus.runclaw.run/siwe/nonce"
{
  "nonce": "string"
}