Relation One Profile
Relaton
GET /api/v1/profile
Through this API, you will be able to query the Profile information of Relation One users.
Header
ApiKey
String
true
Request Parameters
address
String
fasle
EOA Address
twitterUsername
String
fasle
twitter username
steamId
String
fasle
steamId
sig
String
true
message
String
true
Request Example
Response Parameters
code
String
Return code
desc
String
Return message
data
EncryptedData
Data(Encrypted by Lit Protocol)
The decrypted fields of EncryptedData
are as follows:
relationId
String
User's relationId
name
String
User name
avatar
String
User's profile image
followingCount
String
Total number of following
followerCount
String
Total number of follower
The decrypted data structure of EncryptedData
is as follows:
Response Body
Return Code
0
success
the flag for a successful request
11601
failed
this field not support in current version
11602
failed
user not found
Last updated