login-challenge
POST
/auth/eth/challengeRequest a wallet challenge nonce in order to login with your ETH wallet to SSO.
Request
Body Params application/json
walletAddress
string
required
ETH wallet address
Example
{
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
walletAddress
string
required
message
string
required
Example
{
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a",
"message": "Welcome to Delysium!\n\n Click \"Sign\" to login to your Delysium account.\n\n This request will not trigger a blockchain transaction or cost any gas fees.\n\n Wallet eth_address: 0xcb05C03A2063f331EB1520a65Cb99172E67B999a\n \n Nonce:\n sstyJ7L_fXeOAtOyVV4yk"
}
Last modified: 2 年前