- sso
- admin
- applications
- auth
- auth-eth
- access
- newsletter
- user
- wallet
- Get API versionGET
bind-challenge
POST
https://sso.dlab.ovh/api/wallet/eth/challenge/bind-account
Request
Body Params application/json
email
string
user email
walletAddress
string
user web3 wallet address
Example
{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sso.dlab.ovh/api/wallet/eth/challenge/bind-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@rct.ai",
"walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}'
Responses
🟢200Success
application/json
Body
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"
}