GET
/
metrics
/
v2
/
assets
Get assets
curl --request GET \
  --url https://api.messari.io/metrics/v2/assets \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "category": "<string>",
      "hasDiligence": true,
      "hasFundraising": true,
      "hasIntel": true,
      "hasMarketData": true,
      "hasNews": true,
      "hasProposals": true,
      "hasResearch": true,
      "hasTokenUnlocks": true,
      "id": "<string>",
      "name": "<string>",
      "rank": 123,
      "sector": "<string>",
      "slug": "<string>",
      "symbol": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ],
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

category
string

Category

sector
string

Sector

tags
string[]

Tags

Search

limit
integer

Limit

hasDiligence
boolean

Has Diligence

hasIntel
boolean

Has Intel

hasMarketData
boolean

Has Market Data

hasNews
boolean

Has News

hasProposals
boolean

Has Proposals

hasResearch
boolean

Has Research

hasTokenUnlocks
boolean

Has Token Unlocks

hasFundraising
boolean

Has Fundraising

Response

200
application/json

Default response

The response is of type object.