---
title: "Get Filtered Assets with Allocation information"
method: GET
path: "/token-unlocks/v1/assets"
tags: ["token-unlocks/Assets"]
---

# Get Filtered Assets with Allocation information

`GET /token-unlocks/v1/assets`

Returns assets with allocation information given a set of filters

## Query parameters

- `page` integer
- `limit` integer
- `assetIDs` string
- `category` string
- `sector` string
- `tags` string

## Response `200`

Default response

- object
  - `data` TokenUnlocksAsset[], required
    - `category` string, required
    - `genesisDate` string, date-time
    - `id` string, byte, required
    - `name` string, required
    - `otherInfo` string
    - `projectedEndDate` string, date-time
    - `sector` string, required
    - `serialId` integer, required
    - `slug` string, required
    - `symbol` string, required
    - `tags` string[], required
  - `error` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/messari/apis/messari-api-deep-research-v1.md) · [All operations](https://skmtc.net/messari/apis/messari-api-deep-research-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messari/messari-api-deep-research-v1/revisions/af35b9757e14/schema)
