Skip to main content
GET
/
monitoring
/
v2
/
monitoring-views
List monitoring views
curl --request GET \
  --url https://api.messari.io/monitoring/v2/monitoring-views \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": [
    {
      "id": "3ae07edf-61b6-4582-ad3b-ff48e50a7f47",
      "slug": "listing-events-3ae07edf",
      "name": "Listing Events",
      "configurationType": "simple",
      "teamShared": true,
      "isOwner": false,
      "matchCount24h": 0,
      "lastMatchAt": "2026-04-16T17:34:16Z",
      "evaluationStartAt": "2026-01-01T00:00:00Z",
      "assetIds": [],
      "assetSectors": [],
      "assetSubsectors": [],
      "assetPreTge": null,
      "verified": null,
      "actionable": null,
      "governance": null,
      "assetEcosystemNetworkIds": [],
      "intelCategories": [],
      "intelSubcategories": [
        "spot_listing",
        "delisting",
        "other_listing"
      ],
      "minimumImportance": ""
    },
    {
      "id": "6f4209f7-1406-47b3-9416-b7fe6bf1e534",
      "slug": "security-performance-6f4209f7",
      "name": "Security & Performance",
      "configurationType": "simple",
      "teamShared": false,
      "isOwner": true,
      "matchCount24h": 8,
      "lastMatchAt": "2026-04-20T17:27:32Z",
      "evaluationStartAt": "2008-01-01T00:00:00Z",
      "assetIds": [],
      "assetSectors": [],
      "assetSubsectors": [],
      "assetPreTge": null,
      "verified": null,
      "actionable": null,
      "governance": null,
      "assetEcosystemNetworkIds": [],
      "intelCategories": [
        "security_and_hacks",
        "performance"
      ],
      "intelSubcategories": [],
      "minimumImportance": "medium"
    },
    {
      "id": "13710395-d849-4f36-9e87-089552dc2844",
      "slug": "tokenomics-13710395",
      "name": "Tokenomics",
      "configurationType": "simple",
      "teamShared": true,
      "isOwner": false,
      "matchCount24h": 1,
      "lastMatchAt": "2026-04-20T17:38:01Z",
      "evaluationStartAt": "2026-04-07T14:45:35Z",
      "assetIds": [],
      "assetSectors": [],
      "assetSubsectors": [],
      "assetPreTge": null,
      "verified": null,
      "actionable": null,
      "governance": null,
      "assetEcosystemNetworkIds": [],
      "intelCategories": [
        "tokenomics"
      ],
      "intelSubcategories": [],
      "minimumImportance": ""
    }
  ],
  "metadata": {
    "limit": 20,
    "page": 1,
    "totalRows": 3,
    "totalPages": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.messari.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer<int64>
default:10

Page size (1-100, default 10)

Example:

10

page
integer<int64>
default:1

1-indexed page (default 1)

Example:

1

Response

Default response

data
object[]
required
error
string | null
metadata
object