# Token Unlock Calendar - 400+ Crypto Vesting Events API (`gochujang/token-unlock-calendar`) Actor

Track 400+ upcoming token unlocks with USD value, % of circulating supply, allocation breakdown (Team/Investors/Treasury), and top VC investors. CryptoRank-powered. Filter by days ahead, value, or supply %.

- **URL**: https://apify.com/gochujang/token-unlock-calendar.md
- **Developed by:** [Hojun Lee](https://apify.com/gochujang) (community)
- **Categories:** Developer tools, Automation, News
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 unlock trackeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Token Unlock Calendar

> Track upcoming **token unlocks** across hundreds of crypto projects. Filter by USD value, % of circulating supply, time window, or symbol. Spot supply-overhang risks before VCs dump.

---

### What It Does

Pulls the upcoming token unlock schedule from CryptoRank's public data and returns it as a clean dataset. Use it to:

- See when major VC/team/treasury allocations unlock in the next N days
- Filter to only "large" unlocks (e.g., >$10M or >1% of circulating supply)
- Time entries around post-unlock dips (or short rallies into unlocks)
- Build automated supply-overhang alerts before the market notices

---

### Why Unlocks Matter

When locked tokens (allocated to early investors, team, or treasury) hit the open market, they often trigger sell pressure. Large unlocks — especially those that meaningfully inflate circulating supply — have historically caused 10–30% drawdowns in the days surrounding the event.

This actor gives you the **calendar + sizing data** to know what's coming before retail does.

---

### Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `daysAhead` | integer | `30` | Only return unlocks within this many days |
| `minUnlockValueUsd` | integer | `1000000` | Min USD value of the unlock |
| `minPercentOfCircSupply` | number | `0.5` | Min % of current circulating supply being unlocked |
| `symbols` | string[] | `[]` | If non-empty, only return these symbols (e.g. `APT`, `ARB`) |
| `sortBy` | string | `date_asc` | `date_asc`, `value_desc`, `percent_desc` |
| `limit` | integer | `100` | Max results (1–500) |
| `alertValueUsd` | integer | `0` | Send Telegram alert when any unlock exceeds this USD. 0 = disabled |
| `telegramBotToken` | string (secret) | — | Telegram bot token for alerts |
| `telegramChatId` | string | — | Chat ID to receive alerts |

#### Example: Major unlocks in the next 14 days
```json
{
  "daysAhead": 14,
  "minUnlockValueUsd": 5000000,
  "minPercentOfCircSupply": 1.0,
  "sortBy": "value_desc"
}
````

#### Example: Daily Telegram alert on any $10M+ unlock

```json
{
  "daysAhead": 7,
  "alertValueUsd": 10000000,
  "telegramBotToken": "<token>",
  "telegramChatId": "<chat_id>"
}
```

***

### Output

Each record represents one upcoming unlock event:

```json
{
  "symbol": "APT",
  "name": "Aptos",
  "slug": "aptos",
  "unlock_date": "2026-06-12T00:00:00+00:00",
  "days_until_unlock": 10.0,
  "price_usd": 8.42,
  "market_cap_usd": 5800000000,
  "price_change_24h_pct": -2.10,
  "circulating_supply": 819910797,
  "tokens_unlocking": 11304870,
  "unlock_value_usd": 95187006,
  "unlock_percent_of_circ_supply": 1.38,
  "locked_tokens": 383679399,
  "locked_tokens_percent": 31.88,
  "primary_allocation": "Community",
  "allocations": [
    {"name": "Community", "tokens": 7570860, "value_usd": 63746640},
    {"name": "Core Contributors", "tokens": 1867020, "value_usd": 15720508},
    {"name": "Foundation", "tokens": 1866990, "value_usd": 15720256}
  ],
  "top_investors": ["Andreessen Horowitz", "Multicoin Capital", "Jump Crypto"],
  "cryptorank_url": "https://cryptorank.io/price/aptos/vesting",
  "fetched_at": "2026-06-02T12:15:00+00:00"
}
```

| Field | Description |
|-------|-------------|
| `unlock_value_usd` | Tokens unlocked × current spot price |
| `unlock_percent_of_circ_supply` | How much current circulating supply increases on this date |
| `primary_allocation` | Largest single allocation type unlocking (Team / Investors / Treasury / Community / etc) |
| `locked_tokens_percent` | % of max supply still locked after this unlock |

***

### Pricing

Pay-Per-Event (PPE):

- **$0.005 per unlock event returned**

Examples:

- Top 50 unlocks next 30 days: **$0.25**
- Full 300-unlock sweep: **$1.50**

***

### Use Cases

**Pre-unlock short scout** — Find tokens with major dilution in the next 7 days:

```bash
curl -X POST "https://api.apify.com/v2/acts/gochujang~token-unlock-calendar/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"daysAhead": 7, "minPercentOfCircSupply": 2, "sortBy": "percent_desc"}'
```

**Auto-alert on whale unlocks** — Get pinged when any unlock exceeds $20M:

```json
{
  "daysAhead": 30,
  "alertValueUsd": 20000000,
  "telegramBotToken": "<token>",
  "telegramChatId": "<chat>"
}
```

***

### Data Source

All unlock data comes from [CryptoRank](https://cryptorank.io/) — the most comprehensive vesting-schedule source for crypto. Each scrape returns ~400 upcoming unlock events across the broader market.

***

### Related Actors

Build a complete crypto edge with these actors from the same author:

- **[Smart Money Wallet Tracker](https://apify.com/gochujang/smart-money-tracker)** — Track 238 smart wallets to see early VC moves before unlocks.
- **[CEX Funding Rate Aggregator](https://apify.com/gochujang/cex-funding-aggregator)** — Detect over-leveraged positioning across Binance/Bybit/OKX.
- **[DeFi Yield Scanner](https://apify.com/gochujang/defi-yield-scanner)** — Best APY across 17,000+ DeFi pools.

***

### Feedback

If this Actor saves you time, a quick review helps others find it: [Leave a review on Apify Store](https://apify.com/gochujang/token-unlock-calendar#reviews)

# Actor input Schema

## `daysAhead` (type: `integer`):

Only return unlocks scheduled within this many days from now.

## `minUnlockValueUsd` (type: `integer`):

Only return unlocks where the unlocked tokens are worth at least this much. 0 = no filter.

## `minPercentOfCircSupply` (type: `number`):

Only return unlocks releasing at least this % of current circulating supply. 0 = no filter.

## `symbols` (type: `array`):

If non-empty, only return unlocks for these symbols (e.g. APT, ARB, SUI).

## `sortBy` (type: `string`):

Sort order for results.

## `limit` (type: `integer`):

Maximum unlocks to return.

## `alertValueUsd` (type: `integer`):

Send Telegram alert when an upcoming unlock exceeds this USD value. 0 = disabled. Requires telegramBotToken + telegramChatId.

## `telegramBotToken` (type: `string`):

Telegram bot token for unlock alerts. Leave empty to disable.

## `telegramChatId` (type: `string`):

Chat ID (user or group) to receive unlock alerts.

## Actor input object example

```json
{
  "daysAhead": 30,
  "minUnlockValueUsd": 1000000,
  "minPercentOfCircSupply": 0.5,
  "symbols": [],
  "sortBy": "date_asc",
  "limit": 100,
  "alertValueUsd": 0,
  "telegramChatId": ""
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("gochujang/token-unlock-calendar").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("gochujang/token-unlock-calendar").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call gochujang/token-unlock-calendar --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=gochujang/token-unlock-calendar",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Token Unlock Calendar - 400+ Crypto Vesting Events API",
        "description": "Track 400+ upcoming token unlocks with USD value, % of circulating supply, allocation breakdown (Team/Investors/Treasury), and top VC investors. CryptoRank-powered. Filter by days ahead, value, or supply %.",
        "version": "0.1",
        "x-build-id": "uqpGfqpDh0f4EEetd"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/gochujang~token-unlock-calendar/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-gochujang-token-unlock-calendar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/gochujang~token-unlock-calendar/runs": {
            "post": {
                "operationId": "runs-sync-gochujang-token-unlock-calendar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/gochujang~token-unlock-calendar/run-sync": {
            "post": {
                "operationId": "run-sync-gochujang-token-unlock-calendar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "daysAhead": {
                        "title": "Days Ahead",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Only return unlocks scheduled within this many days from now.",
                        "default": 30
                    },
                    "minUnlockValueUsd": {
                        "title": "Min Unlock Value (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return unlocks where the unlocked tokens are worth at least this much. 0 = no filter.",
                        "default": 1000000
                    },
                    "minPercentOfCircSupply": {
                        "title": "Min % of Circulating Supply",
                        "minimum": 0,
                        "type": "number",
                        "description": "Only return unlocks releasing at least this % of current circulating supply. 0 = no filter.",
                        "default": 0.5
                    },
                    "symbols": {
                        "title": "Filter Symbols (optional)",
                        "type": "array",
                        "description": "If non-empty, only return unlocks for these symbols (e.g. APT, ARB, SUI).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "date_asc",
                            "value_desc",
                            "percent_desc",
                            "pressure_desc"
                        ],
                        "type": "string",
                        "description": "Sort order for results.",
                        "default": "date_asc"
                    },
                    "limit": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum unlocks to return.",
                        "default": 100
                    },
                    "alertValueUsd": {
                        "title": "Telegram Alert Threshold (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Send Telegram alert when an upcoming unlock exceeds this USD value. 0 = disabled. Requires telegramBotToken + telegramChatId.",
                        "default": 0
                    },
                    "telegramBotToken": {
                        "title": "Telegram Bot Token",
                        "type": "string",
                        "description": "Telegram bot token for unlock alerts. Leave empty to disable."
                    },
                    "telegramChatId": {
                        "title": "Telegram Chat ID",
                        "type": "string",
                        "description": "Chat ID (user or group) to receive unlock alerts.",
                        "default": ""
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
