Token Unlock Calendar Vesting Cliff Tracker avatar

Token Unlock Calendar Vesting Cliff Tracker

Pricing

Pay per event

Go to Apify Store
Token Unlock Calendar Vesting Cliff Tracker

Token Unlock Calendar Vesting Cliff Tracker

Track Tokenomist token unlock calendar rows, vesting countdowns, release progress, supply metrics, market cap, FDV, and token prices.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Track public Tokenomist token unlock calendar rows, vesting countdowns, release progress, supply metrics, market cap, FDV, and token prices.

Use this Actor when you need a lightweight token unlock monitor for crypto research, fund risk checks, market watchlists, or recurring dilution alerts.

What does Token Unlock Calendar Vesting Cliff Tracker do?

This Actor extracts public web data from Tokenomist pages.

It collects upcoming token unlock rows from the public overview page.

It can also enrich tokens from public token detail pages.

The output is designed for analysts who want a repeatable export rather than manual browser checks.

Typical rows include token identity, unlock value text, countdown text, released percentage, price, market cap, FDV, and supply metrics.

Who is it for?

Crypto funds use it to monitor near-term unlock risk.

Traders use it to screen upcoming vesting cliffs before entering positions.

Risk analysts use it to combine unlock value with FDV and circulating supply.

Data teams use it to feed watchlists, dashboards, and alerts.

Researchers use it to build recurring snapshots of tokenomics changes.

Why use this token unlock scraper?

Manual token unlock research is slow and easy to miss.

Unlock events can create dilution pressure.

Supply progress and FDV context help estimate the scale of a release.

This Actor turns public Tokenomist pages into structured dataset rows.

You can run it daily, weekly, or before portfolio reviews.

Data extracted

FieldDescription
recordTypeupcoming_unlock or token_metric
tokenNamePublic token name
symbolToken symbol
tokenSlugTokenomist slug
sourceUrlTokenomist source page
unlockDateEstimateEstimated unlock timestamp derived from countdown text
timeLeftTextPublic countdown text
unlockValueUsdTextPublic unlock value text
unlockSupplyPercentTextPublic unlock percent of supply when available
releasedPercentageTextToken release progress
tokenPriceUsdToken price from public detail page
reportedMarketCapTextReported market cap text
fullyDilutedValueTextFDV text
reportedCirculatingSupplyTextCirculating supply text
adjustedReleasedSupplyTextReleased supply text
maxSupplyTextMax supply text
supplyY2035TextProjected supply Y2035 text
scrapedAtExtraction timestamp

How much does it cost to track token unlock calendar data?

This Actor uses pay-per-event pricing.

There is a small run start charge.

Each saved dataset row is charged as an item.

The final live prices are visible on the Apify Store page before you run the Actor.

Use low maxItems values for quick tests.

Use higher maxItems values for portfolio or market-wide monitoring.

Input options

mode controls the extraction mode.

Choose upcoming_unlocks for the public unlock table.

Choose token_metrics for token profile metrics.

Choose both to combine the two workflows.

maxItems caps the total number of rows saved.

tokenSlugs lets you focus on tokens such as sui, solana, and hyperliquid.

includeTokenMetrics controls whether token detail pages are fetched.

Output example

{
"recordType": "upcoming_unlock",
"tokenName": "AERO",
"symbol": "AERO",
"tokenSlug": "aerodrome-finance",
"sourceUrl": "https://tokenomist.ai/aerodrome-finance",
"timeLeftText": "0D 18H 23M 28S",
"unlockValueUsdText": "$2.93M",
"releasedPercentageText": "62.13%",
"scrapedAt": "2026-07-01T05:36:31.793Z"
}

How to run

Open the Actor input tab.

Select the extraction mode.

Set maxItems.

Optionally add Tokenomist slugs.

Run the Actor.

Download the dataset as JSON, CSV, Excel, or via API.

Tips for best results

Start with maxItems set to 25.

Use tokenSlugs for focused monitoring.

Use both when you need unlock rows and market context together.

Run on a schedule for a daily unlock watchlist.

Join rows by tokenSlug in your warehouse.

Integrations

Send the dataset to Google Sheets for analyst review.

Load CSV exports into BI dashboards.

Use webhooks to notify Slack when a run finishes.

Use Apify API clients to pull the dataset into Python or Node.js.

Schedule daily runs to create a token unlock history.

API usage with Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/token-unlock-calendar').call({
mode: 'both',
maxItems: 50,
tokenSlugs: ['sui', 'solana', 'hyperliquid']
});
console.log(run.defaultDatasetId);

API usage with Python

from apify_client import ApifyClient
client = ApifyClient('MY-APIFY-TOKEN')
run = client.actor('automation-lab/token-unlock-calendar').call(run_input={
'mode': 'both',
'maxItems': 50,
'tokenSlugs': ['sui', 'solana', 'hyperliquid'],
})
print(run['defaultDatasetId'])

API usage with cURL

curl -X POST 'https://api.apify.com/v2/acts/automation-lab~token-unlock-calendar/runs?token=MY-APIFY-TOKEN' \
-H 'Content-Type: application/json' \
-d '{"mode":"both","maxItems":50,"tokenSlugs":["sui","solana"]}'

MCP usage

Use this Actor through Apify MCP in Claude Desktop or Claude Code.

MCP URL:

https://mcp.apify.com/?tools=automation-lab/token-unlock-calendar

Claude Code setup:

$claude mcp add apify-token-unlocks https://mcp.apify.com/?tools=automation-lab/token-unlock-calendar

Claude Desktop JSON config:

{
"mcpServers": {
"apify-token-unlocks": {
"url": "https://mcp.apify.com/?tools=automation-lab/token-unlock-calendar"
}
}
}

Example prompts:

  • "Run the token unlock calendar scraper for SUI, SOL, and HYPE."
  • "Get the next public unlock rows and summarize large unlock values."
  • "Export token release progress metrics for my crypto watchlist."

Scheduling workflows

Create a daily Apify schedule.

Set mode to both.

Set a stable token slug watchlist.

Send the dataset to your alerting workflow.

Compare each run with the previous run to detect changed countdowns or values.

Accuracy notes

The Actor uses public Tokenomist web pages.

Some fields are public display text rather than raw numeric API fields.

unlockDateEstimate is derived from countdown text when exact timestamps are not exposed.

Enterprise/API-only fields are intentionally excluded.

Rows with missing public values are skipped or returned with null fields.

Legality

This Actor extracts publicly available web data.

Respect Tokenomist terms and applicable laws.

Do not use the output as financial advice.

Verify critical investment decisions with primary project disclosures.

Troubleshooting

If you get fewer rows than expected, increase maxItems.

If a token is missing, pass its exact Tokenomist slug in tokenSlugs.

If a field is null, the public page did not expose that value at extraction time.

If a run is too broad, use a focused token slug list.

Explore more Automation Lab actors at https://apify.com/automation-lab/.

Relevant portfolio categories include finance, crypto, market intelligence, and monitoring actors.

Changelog

Initial version extracts Tokenomist upcoming unlock rows and token detail metrics.

Support

If you need a field that is visible on public Tokenomist pages but missing from the dataset, open an Apify issue with an example source URL.

FAQ

Does this use the Tokenomist enterprise API?

No. It uses public web pages only.

Can I monitor only my portfolio?

Yes. Pass your Tokenomist slugs in tokenSlugs.

Can I run it every day?

Yes. Use an Apify schedule.

Is this financial advice?

No. It is a data extraction tool for public tokenomics information.