GET
/
metrics
/
v2
/
assets
/
details
Get asset details
curl --request GET \
  --url https://api.messari.io/metrics/v2/assets/details \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "allTimeHigh": {
        "allTimeHigh": 123,
        "allTimeHighDate": "2023-11-07T05:31:56Z",
        "allTimeHighPercentDown": 123,
        "allTimeHighTimeSinceSeconds": 123,
        "breakevenMultiple": 123,
        "cycleLow": 123,
        "cycleLowDate": "2023-11-07T05:31:56Z",
        "cycleLowPercentUp": 123,
        "cycleLowTimeSinceSeconds": 123
      },
      "category": "<string>",
      "contractAddresses": [
        {
          "contractAddress": "<string>",
          "networkName": "<string>",
          "networkSlug": "<string>"
        }
      ],
      "description": "<string>",
      "id": "<string>",
      "links": [
        {
          "name": "<string>",
          "url": "<string>"
        }
      ],
      "marketData": {
        "marketcap": {
          "circulatingUsd": 123,
          "dominance": 123,
          "fullyDilutedUsd": 123
        },
        "ohlcv1HourUsd": {
          "close": 123,
          "high": 123,
          "low": 123,
          "open": 123,
          "volume": 123
        },
        "ohlcv24HourUsd": {
          "close": 123,
          "high": 123,
          "low": 123,
          "open": 123,
          "volume": 123
        },
        "priceBtc": 123,
        "priceEth": 123,
        "priceUsd": 123,
        "supply": {
          "circulating": 123,
          "max": 123,
          "total": 123
        },
        "volume24Hour": 123
      },
      "name": "<string>",
      "networkSlugs": [
        "<string>"
      ],
      "protocolSlugs": [
        "<string>"
      ],
      "rank": 123,
      "returnOnInvestment": {
        "priceChange1y": 123,
        "priceChange24h": 123,
        "priceChange30d": 123,
        "priceChange3y": 123,
        "priceChange5y": 123,
        "priceChange7d": 123,
        "priceChangeMTD": 123,
        "priceChangeQTD": 123,
        "priceChangeYTD": 123
      },
      "sector": "<string>",
      "slug": "<string>",
      "symbol": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ],
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

ids
string

Comma separated list of asset IDs

slugs
string

Comma separated list of asset slugs

Response

Default response

The response is of type object.