Skip to main content
GET
/
metrics
/
v1
/
assets
/
{assetIdentifier}
Get asset
curl --request GET \
  --url https://api.messari.io/metrics/v1/assets/{assetIdentifier} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "allTimeHigh": {},
    "category": "<string>",
    "contractAddresses": [
      {}
    ],
    "description": "<string>",
    "id": "<string>",
    "links": [
      {}
    ],
    "marketData": {},
    "name": "<string>",
    "networkSlugs": [
      "<string>"
    ],
    "protocolSlugs": [
      "<string>"
    ],
    "rank": 123,
    "returnOnInvestment": {},
    "sector": "<string>",
    "slug": "<string>",
    "symbol": "<string>",
    "tags": [
      "<string>"
    ]
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

assetIdentifier
string
required

Asset ID or slug

Response

Default response

data
object
required
error
string