curl --request GET \
--url https://api.messari.io/research/v1/reports \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"assetIds": [
"<string>"
],
"assets": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"symbol": "<string>"
}
],
"authors": [
{
"id": "<string>",
"image": "<string>",
"linkedinUrl": "<string>",
"name": "<string>"
}
],
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"hook": "<string>",
"id": "<string>",
"publishDate": "2023-11-07T05:31:56Z",
"readingTimeInMinutes": 123,
"slug": "<string>",
"subscriptionTier": "<string>",
"summary": "<string>",
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"error": "<string>",
"metadata": {
"limit": 123,
"page": 123,
"totalPages": 123,
"totalRows": 123
}
}
Returns a list of research reports based on filters like asset ID and tags
curl --request GET \
--url https://api.messari.io/research/v1/reports \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"assetIds": [
"<string>"
],
"assets": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"symbol": "<string>"
}
],
"authors": [
{
"id": "<string>",
"image": "<string>",
"linkedinUrl": "<string>",
"name": "<string>"
}
],
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"hook": "<string>",
"id": "<string>",
"publishDate": "2023-11-07T05:31:56Z",
"readingTimeInMinutes": 123,
"slug": "<string>",
"subscriptionTier": "<string>",
"summary": "<string>",
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"error": "<string>",
"metadata": {
"limit": 123,
"page": 123,
"totalPages": 123,
"totalRows": 123
}
}
Default response
The response is of type object
.