cURL
curl --request POST \ --url https://community.kuest.com/auth/nonce \ --header 'Content-Type: application/json' \ --data ' { "address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839" } '
{ "nonce": "<string>", "message": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Returns a nonce and message to sign for wallet login.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Nonce issued.
Was this page helpful?