Get Token Unlocks
Get upcoming token unlock events for cryptocurrencies. Returns unlock dates, amounts, USD values, and percentage of supply being unlocked. Ideal for: token dilution alerts, trading signals, supply analysis, risk assessment.
Catalog action Blockchain Data
Get upcoming token unlock events for cryptocurrencies. Returns unlock dates, amounts, USD values, and percentage of supply being unlocked. Ideal for: token dilution alerts, trading signals, supply analysis, risk assessment.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-onchain-get-token-unlocks |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, onchain, token-unlock, vesting, supply, dilution, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
unlocks | array | Yes | Array of upcoming token unlock events |
Examples
json{ "type": "coinglass-onchain-get-token-unlocks", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-onchain-get-token-unlocks/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
