GET
/
intel
/
v1
/
events
List all events
curl --request GET \
  --url https://api.messari.io/intel/v1/events \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "activationBlock": 123,
      "category": "<string>",
      "eventDate": "2023-11-07T05:31:56Z",
      "eventDetails": "<string>",
      "eventName": "<string>",
      "globalEvent": true,
      "id": "<string>",
      "importance": "<string>",
      "primaryAssets": [
        {
          "id": "<string>",
          "name": "<string>",
          "slug": "<string>",
          "symbol": "<string>"
        }
      ],
      "resources": [
        {
          "link": "<string>",
          "name": "<string>"
        }
      ],
      "secondaryAssets": [
        {
          "id": "<string>",
          "name": "<string>",
          "slug": "<string>",
          "symbol": "<string>"
        }
      ],
      "status": "<string>",
      "subcategory": "<string>",
      "submissionDate": "2023-11-07T05:31:56Z",
      "tag": "<string>",
      "updateDetails": "<string>"
    }
  ],
  "error": "<string>",
  "metadata": {
    "limit": 123,
    "page": 123,
    "totalPages": 123,
    "totalRows": 123
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer
page
integer
primaryAssets
string[]
secondaryAssets
string[]
primaryOrSecondaryAssets
string[]
startTime
string<date-time>
endTime
string<date-time>
importance
string[]
category
string[]
subcategory
string[]
tag
string[]
status
string[]
globalEvent
boolean

Response

200
application/json

Default response

The response is of type object.