跨平台身份链接
GET /api/v1/crossPlatformIdentityLinking
说明: 通过这个 API,你将可以在获得用户授权的前提下,查询用户 Web2 账号关联的 Web3 地址或 Web3 地址关联的 Web2 账号,并验证这些账号是不是属于同一个人。该数据需用 Lit Protocol 解密。
Header
Field
Type
Required
Remarks
ApiKey
String
true
Request Parameters
Field
Type
Required
Remarks
address
String
fasle
EOA Address
twitterUsername
String
fasle
twitter username
steamId
String
fasle
steamId
sig
String
true
message
String
true
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
EncryptedData
使用 Lit Protocol 加密过的Tag数据,需要向用户申请授权解密
EncryptedData解密后的字段如下:
Field
Type
Remarks
relation
Relation
Relation信息
address
List
地址列表
推特信息
steam
Steam
steam信息
EncryptedData解密后的数据结构
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
Last updated