Authorizations
Path Parameters
Asset ID or slug
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>"
}Retrieve a specific 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>"
}Asset ID or slug