# Upcoming Crypto Token Unlocks in Chicago

**Use case:** 

Get the latest on upcoming crypto token unlocks in Chicago.

## Input

```json
{
  "maxTokens": 30,
  "mode": "upcoming-events",
  "tokens": [
    "ondo-finance",
    "pyth",
    "aethir"
  ],
  "daysAhead": 30,
  "sort": "date"
}
```

## Output

```json
{
  "tokenName": {
    "label": "Token"
  },
  "symbol": {
    "label": "Symbol"
  },
  "nextUnlockDate": {
    "label": "Next Unlock"
  },
  "nextUnlockAmountTokens": {
    "label": "Amount (tokens)"
  },
  "nextUnlockValueUsd": {
    "label": "Value (USD)"
  },
  "nextUnlockPercentOfCirculating": {
    "label": "% of Circulating"
  },
  "nextUnlockPercentOfMaxSupply": {
    "label": "% of Max Supply"
  },
  "circulatingSupply": {
    "label": "Circulating"
  },
  "maxSupply": {
    "label": "Max Supply"
  },
  "priceUsd": {
    "label": "Price (USD)"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

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