---
title: "Unlock Events v2"
method: GET
path: "/v2/unlock/events"
tags: ["Unlock Events"]
---

# Unlock Events v2

`GET /v2/unlock/events`

Remove Linear change rate events - reflect to updated frontend.

## Query parameters

- `tokenId` string, required
- `start` string, date
- `end` string, date

## Response `200`

Successful response

- object
  - `metadata` Metadata
    - `queryDate` string, date-time — Timestamp of the query
    - `credit` Credit — Optional quota state for the calling account, returned on most authenticated responses (both success and error). Treat it as optional: it may be absent on unauthenticated requests, demo/playground responses, and briefly right after a monthly reset. `used` is near-real-time and may lag the true count by a request or two.
      - `used` integer — Requests counted in the current window (approximate / eventually consistent).
      - `limit` integer — The plan's request quota for the window.
      - `resetAt` string, date-time — When the quota resets (RFC3339 UTC). Present for monthly plans; absent for lifetime-quota plans.
  - `status` boolean
  - `data` object[]
    - `unlockDate` string, date-time
    - `tokenName` string
    - `tokenSymbol` string
    - `listedMethod` string
    - `dataSource` string
    - `linearUnlocks` LinearUnlocks, nullable
      - `linearAmount` number — Linear Unlocks Amount Denominated in Token
      - `linearValue` number — Linear Unlocks Amount Denominated in USD
      - `dailyAmount` number — Daily Linear Unlocks Amount Denominated in Token
      - `dailyValue` number — Daily Linear Unlocks Amount Denominated in USD
      - `referencePrice` number
      - `referencePriceUpdatedTime` string, date-time
      - `allocationBreakdown` LinearAllocationBreakdown[]
        - `allocationName` string
        - `standardAllocationName` string
        - `linearAmount` number — Total Linear Unlocks Amount in token
        - `linearValue` number — Total Linear Unlocks Value in USD
        - `referencePrice` number
        - `referencePriceUpdatedTime` string, date-time
        - `dailyAmount` number
        - `dailyValue` number
        - `durationOfRate` number — Duration of Linear Rate
        - `beginDate` string, date-time
        - `endDate` string, date-time
        - `unlockPrecision` string
    - `cliffUnlocks` CliffUnlocks
      - `cliffAmount` number — Total Unlock Amount Denominated in token
      - `cliffValue` number — Total Unlock Value Denominated in USD
      - `valueToMarketCap` number — Value / M.Cap in Percentage
      - `allocationBreakdown` CliffAllocationBreakdown[]
        - `unlockDate` string, date-time — Cliff unlock date
        - `allocationName` string — Allocation Name
        - `standardAllocationName` string — Standard allocation of this allocation
        - `cliffAmount` number — Unlock Amount Denominated in Token
        - `cliffValue` number — Unlock Value Denominated in USD
        - `referencePrice` number — Reference Price used in total unlocks value calculation
        - `referencePriceUpdatedTime` string, date-time — Reference Price Last Updated Time
        - `unlockPrecision` string — Precision of Unlock. Example: second, hour, day, week, unknown(for AI listed token only), etc
    - `latestUpdateDate` string, date-time

---

[API](https://skmtc.net/tokenomist/apis/tokenomist-api.md) · [All operations](https://skmtc.net/tokenomist/apis/tokenomist-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tokenomist/tokenomist-api/revisions/1d812f25c55a/schema)
