curl --request GET \
--url https://api.messari.io/signal/v0/assets \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"id": "<string>",
"mindshare": {
"latestPercentage": {
"IsNull": true,
"Value": 123
},
"latestScore": {
"IsNull": true,
"Value": 123
},
"percentageChange1d": {
"IsNull": true,
"Value": 123
},
"percentageChange30d": {
"IsNull": true,
"Value": 123
},
"percentageChange7d": {
"IsNull": true,
"Value": 123
},
"rank": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"name": "<string>",
"sentiment": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange180d": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange1y": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
},
"scoreChange90d": {
"IsNull": true,
"Value": 123
},
"scoreChangeYTD": {
"IsNull": true,
"Value": 123
}
},
"slug": "<string>",
"symbol": "<string>"
}
],
"error": "<string>",
"metadata": {
"page": 123,
"pageSize": 123,
"totalPages": 123,
"totalRows": 123
}
}
Retrieve a list of Assets
curl --request GET \
--url https://api.messari.io/signal/v0/assets \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"id": "<string>",
"mindshare": {
"latestPercentage": {
"IsNull": true,
"Value": 123
},
"latestScore": {
"IsNull": true,
"Value": 123
},
"percentageChange1d": {
"IsNull": true,
"Value": 123
},
"percentageChange30d": {
"IsNull": true,
"Value": 123
},
"percentageChange7d": {
"IsNull": true,
"Value": 123
},
"rank": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
}
},
"name": "<string>",
"sentiment": {
"latestScore": {
"IsNull": true,
"Value": 123
},
"scoreChange180d": {
"IsNull": true,
"Value": 123
},
"scoreChange1d": {
"IsNull": true,
"Value": 123
},
"scoreChange1y": {
"IsNull": true,
"Value": 123
},
"scoreChange30d": {
"IsNull": true,
"Value": 123
},
"scoreChange7d": {
"IsNull": true,
"Value": 123
},
"scoreChange90d": {
"IsNull": true,
"Value": 123
},
"scoreChangeYTD": {
"IsNull": true,
"Value": 123
}
},
"slug": "<string>",
"symbol": "<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
Default response
The response is of type object
.