curl --request POST \
--url https://api.messari.io/intel/v1/events \
--header 'Content-Type: */*' \
--header 'X-Messari-API-Key: <api-key>' \
--data '{
"category": [
"<string>"
],
"endTime": "2023-11-07T05:31:56Z",
"globalEvent": true,
"importance": [
"<string>"
],
"primaryAssets": [
"<string>"
],
"primaryOrSecondaryAssets": [
"<string>"
],
"secondaryAssets": [
"<string>"
],
"startTime": "2023-11-07T05:31:56Z",
"status": [
"<string>"
],
"subcategory": [
"<string>"
],
"tag": [
"<string>"
]
}'
{
"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
}
}
Retrieve a list of all events based on body parameters
curl --request POST \
--url https://api.messari.io/intel/v1/events \
--header 'Content-Type: */*' \
--header 'X-Messari-API-Key: <api-key>' \
--data '{
"category": [
"<string>"
],
"endTime": "2023-11-07T05:31:56Z",
"globalEvent": true,
"importance": [
"<string>"
],
"primaryAssets": [
"<string>"
],
"primaryOrSecondaryAssets": [
"<string>"
],
"secondaryAssets": [
"<string>"
],
"startTime": "2023-11-07T05:31:56Z",
"status": [
"<string>"
],
"subcategory": [
"<string>"
],
"tag": [
"<string>"
]
}'
{
"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
}
}
Default response
The response is of type object
.