关系图谱
GET /api/v1/relationshipGraph
说明: 通过这个 API,你将可以查询到用户授权的 1 度关系图谱数据(用户)列表。1 度关系指与该用户存在直接关联的其他用户。该数据需用 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
limit
int
true
每次查询数量,上限100
cursor
string
true
上一页返回的 cursor数据,cursor为空表示查询第一页
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
EncryptedData
数据(Lit Protocol密文)
EncryptedData解密后字段如下:
Field
Type
Remarks
relation
Relation
Relation用户信息
address
List
地址列表
推特信息
steam
Steam
steam信息
description
String
关系描述
EncryptedData 解密后数据结构如下:
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
Last updated