GET
/
diligence
/
v1
/
reports
/
preview
Get preview of all reports
curl --request GET \
  --url https://api.messari.io/diligence/v1/reports/preview \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "assetId": "aSDinaTvuI8gbWludGxpZnk=",
      "assetSlug": "<string>",
      "isDefaultIncluded": true,
      "isPurchased": true,
      "lastRevisedAt": "2023-11-07T05:31:56Z",
      "logos": {},
      "projectName": "<string>",
      "publishStatus": "<string>",
      "reportId": "aSDinaTvuI8gbWludGxpZnk=",
      "sector": "<string>",
      "slug": "<string>",
      "symbol": "<string>"
    }
  ],
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

sortBy
string
sortDir
string
sector
string
isDefaultIncluded
boolean
isPublished
boolean
isPurchased
boolean

Response

200
application/json

Default response

The response is of type object.