- sso
- admin
- applications
- auth
- auth-eth
- access
- newsletter
- user
- wallet
- Get API versionGET
bind-challenge
POST
/wallet/eth/challenge/bind-account
请求参数
Body 参数application/json
email
string
user email
walletAddress
string
user web3 wallet address
示例
{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sso.gameown.io/api/wallet/eth/challenge/bind-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}'
返回响应
🟢200Success
application/json
Body
walletAddress
string
必需
message
string
必需
示例
{
"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"
}
修改于 2023-03-16 14:04:33