---
title: "Unlock Events v5"
method: GET
path: "/v5/unlock/events/{tokenId}"
tags: ["Unlock Events"]
---

# Unlock Events v5

`GET /v5/unlock/events/{tokenId}`

Cliff unlocks per token. v5 moves tokenId to a path param, adds pagination, adds optional standardAllocation filter, and adds committedClaim data per allocation.

## Path parameters

- `tokenId` string, required

## Query parameters

- `start` string, date
- `end` string, date
- `standardAllocation` string
- `page` integer
- `pageSize` integer

## Response `200`

Successful response

- object
  - `metadata` PaginatedMetadata
    - `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.
    - `page` integer — Current page number (1-indexed)
    - `pageSize` integer — Number of items per page
    - `totalPages` integer — Total number of pages available for the current query
    - `total` integer — Total number of items across all pages
  - `status` boolean
  - `data` object[]
    - `unlockDate` string, date-time
    - `tokenName` string
    - `tokenSymbol` string
    - `listedMethod` string
    - `dataSource` string
    - `cliffUnlocks` CliffUnlocksV5
      - `cliffAmount` number — Total Unlock Amount Denominated in token
      - `cliffValue` number — Total Unlock Value Denominated in USD
      - `valueToMarketCap` number — Value / M.Cap in Percentage
      - `allocationBreakdown` CliffAllocationBreakdownV5[]
        - `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
        - `committedClaim` CommittedClaim, nullable — Committed claim information for the allocation. Null when no committed claim data is available.
          - `amount` number, nullable — Committed claim amount denominated in token
          - `value` number, nullable — Committed claim value denominated in USD
          - `timestamp` integer, nullable — Unix timestamp of the committed claim
    - `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)
