# 90-Day Crypto Token Unlocks & Vesting Calendar

**Use case:** 

Access a calendar of upcoming crypto token unlocks for 326 projects. Filter by supply percentage and recipient type for tailored insights.

## Input

```json
{
  "daysAhead": 90,
  "minPctOfSupply": 0.5,
  "category": "",
  "unlockType": "",
  "projects": [],
  "sortBy": "date",
  "maxResults": 1000
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "project": {
    "label": "Project",
    "format": "text"
  },
  "token": {
    "label": "Token",
    "format": "text"
  },
  "unlockDateIso": {
    "label": "Unlock date",
    "format": "date"
  },
  "daysUntil": {
    "label": "Days",
    "format": "number"
  },
  "pctOfMaxSupply": {
    "label": "% of supply",
    "format": "number"
  },
  "tokensUnlocked": {
    "label": "Tokens",
    "format": "number"
  },
  "unlockType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Recipient",
    "format": "text"
  },
  "chain": {
    "label": "Chain",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Token Unlocks & Vesting Calendar (Crypto)](https://apify.com/foxlabs/token-unlocks-calendar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/token-unlocks-calendar) to learn more, explore other use cases, and run it yourself.