bind-challenge
POST
/wallet/eth/challenge/bind-accountRequest
Body Params application/json
email
string
user email
walletAddress
string
user web3 wallet address
Example
{
"email": "test@rct.ai",
"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 bind your eth_address(0xcb05C03A2063f331EB1520a65Cb99172E67B999a) to your Delysium account of kevin@rct.ai.\n\n This request will not trigger a blockchain transaction or cost any gas fees.\n \n I accept the Delysium Terms of Service: https://www.delysium.com/account/terms-of-use\n\n Wallet eth_address: 0xcb05C03A2063f331EB1520a65Cb99172E67B999a\n Email: kevin@rct.ai\n \n Nonce:\n GnawXHDXDBz-s2W6UBVmD"
}
Last modified: 2 年前