is-bound
GET
/wallet/eth/is-boundVerify if a ETH address is already bound to an SSO account.
Request
Query Params
walletAddress
string
required
Example:
0xcb05C03A2063f331EB1520a65Cb99172E67B999a
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
bound
boolean
required
Example
{
"bound": true
}
Last modified: 2 年前