GET
/
metrics
/
v2
/
assets
/
metrics
Get timeseries metrics catalog
curl --request GET \
  --url https://api.messari.io/metrics/v2/assets/metrics \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "datasets": [
      {
        "granularities": [
          ""
        ],
        "metrics": [
          {
            "description": "<string>",
            "is_timestamp": true,
            "name": "<string>",
            "slug": "<string>"
          }
        ],
        "slug": "<string>"
      }
    ]
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Response

200
application/json

Default response

The response is of type object.