curl --request GET \
--url https://api.messari.io/signal/v0/x-users \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"engagementMetrics": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"id": "<string>",
"isCorporateAccount": true,
"isProjectAccount": true,
"mindshare": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"name": "<string>",
"profileImageUrl": "<string>",
"socialMetrics": {
"followersCount": 123,
"followersCountChange7d": 123,
"followingCount": 123,
"tweetCount": 123
},
"username": "<string>"
}
],
"error": "<string>",
"metadata": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalRows": 123
}
}
Get a list of X users
curl --request GET \
--url https://api.messari.io/signal/v0/x-users \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"engagementMetrics": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"id": "<string>",
"isCorporateAccount": true,
"isProjectAccount": true,
"mindshare": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"name": "<string>",
"profileImageUrl": "<string>",
"socialMetrics": {
"followersCount": 123,
"followersCountChange7d": 123,
"followingCount": 123,
"tweetCount": 123
},
"username": "<string>"
}
],
"error": "<string>",
"metadata": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalRows": 123
}
}
Number of items per page
Number of items per page. Kept for backward compatibility
Page number
mindshare
, engagement
, followers
corporate
, project
, individual
Default response
The response is of type object
.