v1

latestOpenAPI 3.0.02026-07-26100118773.0 KB
monitoring/v2

Get event

Single event detail plus its nested developments. Returns 404 if the event is not found.

get/monitoring/v2/events/{eventId}

Path parameters

eventIdstring required
Example:cfcb4aa9-4a22-4f2a-aa9c-16009426f7c6

Event UUID

Response

Default response

errorstring nullable

Example response

{
  "data": {
    "developments": [
      {
        "industry": "crypto",
        "assets": [
          {
            "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
            "name": "The Graph",
            "slug": "the-graph",
            "symbol": "GRT",
            "class": "primary"
          }
        ]
      }
    ],
    "assets": [
      {
        "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
        "name": "The Graph",
        "slug": "the-graph",
        "symbol": "GRT",
        "class": "primary"
      }
    ]
  }
}