GET
/
token-unlocks
/
v1
/
assets
Get Filtered Assets with Allocation information
curl --request GET \
  --url https://api.messari.io/token-unlocks/v1/assets \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    {
      "category": "<string>",
      "genesisDate": "2023-11-07T05:31:56Z",
      "id": "aSDinaTvuI8gbWludGxpZnk=",
      "name": "<string>",
      "otherInfo": "<string>",
      "projectedEndDate": "2023-11-07T05:31:56Z",
      "sector": "<string>",
      "serialId": 123,
      "slug": "<string>",
      "symbol": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ],
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

assetIDs
string[]

Comma-separated list of asset IDs to look allocations up by

category
string[]

Comma-separated list of categories to filter by

sector
string[]

Comma-separated list of sectors to filter by

tags
string[]

Comma-separated list of tags to filter by

Response

200
application/json

Default response

The response is of type object.