curl --request GET \
--url https://api.messari.io/diligence/v1/report/asset/{assetId} \
--header 'X-Messari-API-Key: <api-key>'
{
"data": {
"assetId": "aSDinaTvuI8gbWludGxpZnk=",
"assetSlug": "<string>",
"id": "aSDinaTvuI8gbWludGxpZnk=",
"lastRevisedAt": "2023-11-07T05:31:56Z",
"projectName": "<string>",
"publishStatus": "<string>",
"sections": {},
"sector": "<string>",
"slug": "<string>",
"symbol": "<string>"
},
"error": "<string>"
}
Returns a report by its asset ID
curl --request GET \
--url https://api.messari.io/diligence/v1/report/asset/{assetId} \
--header 'X-Messari-API-Key: <api-key>'
{
"data": {
"assetId": "aSDinaTvuI8gbWludGxpZnk=",
"assetSlug": "<string>",
"id": "aSDinaTvuI8gbWludGxpZnk=",
"lastRevisedAt": "2023-11-07T05:31:56Z",
"projectName": "<string>",
"publishStatus": "<string>",
"sections": {},
"sector": "<string>",
"slug": "<string>",
"symbol": "<string>"
},
"error": "<string>"
}
asset ID of the report
Default response
The response is of type object
.