cURL
curl --request GET \ --url https://api.sumvin.com/v0/auth/siwe/challenge
{ "_links": { "self": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" } }, "message": "<string>", "nonce": "<string>", "expires_at": 123 }
Tenant org ID for multi-tenant auth
Wallet address to generate challenge for
Chain ID for the wallet
SIWE challenge generated
HAL-style links
Show child attributes
EIP-4361 formatted message to sign
One-time nonce for replay protection
Challenge expiry timestamp (epoch ms)