Query protocol top holders by chain name and protocol name
Description
Method: HTTPS POST
Encoding:UTF-8
Path:https://api.blockin.ai/v2/user/top_list
Description:Query the list of top holders of a protocol
Request Header
Content-Type
Y
String
application/json
AccessKey
Y
String
1bdb01c947c54919b64d1fc6794atest
Request Parameters
chain_name
Y
String
protocol_name
Y
String
Protocol's name
Response
Public Response
success
Y
Boolean
Success Boolean
data
N
UserListTotalResp
Response object
error_code
N
String
Error code
error_msg
N
String
Error message
UserListTotalResp Content
user_list
Y
List<UserListResp>
Top user info list
UserListResp Content
share
Y
BigDecimal
The proportion of users in the total tvl of the protocol
update_at
Y
Long
Update time
usd_value
Y
BigDecimal
Users hold USD assets of the protocol
address
Y
String
User address
ens_name
N
String
ENS name
Request Sample
curl -H "Content-Type:application/json" -H "AccessKey:1bdb01c947c54919b64d1fc6794atest" -X GET "https://api.blockin.ai/v2/user/top_list?chain_name=eth&protocol_name=lido"
Successful Response Sample
Last updated