# SUI SOL HYPE unlock tracker

**Use case:** 

Track SUI, SOL, and HYPE token release progress, supply, market cap, FDV, and price metrics from Tokenomist.

## Input

```json
{
  "mode": "token_metrics",
  "maxItems": 3,
  "tokenSlugs": [
    "sui",
    "solana",
    "hyperliquid"
  ],
  "includeTokenMetrics": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "tokenName": {
    "label": "Token"
  },
  "symbol": {
    "label": "Symbol"
  },
  "tokenSlug": {
    "label": "Slug"
  },
  "unlockDateEstimate": {
    "label": "Unlock estimate"
  },
  "timeLeftText": {
    "label": "Time left"
  },
  "unlockValueUsdText": {
    "label": "Unlock value"
  },
  "unlockSupplyPercentText": {
    "label": "% supply"
  },
  "releasedPercentageText": {
    "label": "Released %"
  },
  "tokenPriceUsd": {
    "label": "Price USD"
  },
  "reportedMarketCapText": {
    "label": "Market cap"
  },
  "fullyDilutedValueText": {
    "label": "FDV"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Token Unlock Calendar Vesting Cliff Tracker](https://apify.com/automation-lab/token-unlock-calendar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/token-unlock-calendar) to learn more, explore other use cases, and run it yourself.