Skip to main content
GET
Get unlock events

Authorizations

X-Blockworks-API-Key
string
header
required

Path Parameters

assetId
string
required

Asset to look up. Accepts a slug (solana) or the asset UUID.

Example:

"solana"

Query Parameters

startTime
string<date-time>

RFC 3339 timestamp. Only events at or after this time are returned.

Example:

"2020-01-01T00:00:00Z"

endTime
string<date-time>

RFC 3339 timestamp. Only events at or before this time are returned. Future dates are valid: the schedule is projected forward.

Example:

"2027-12-31T00:00:00Z"

unlockType
enum<string>

Return only cliff events or only linear rate changes. Omit for both.

Available options:
CLIFF,
LINEAR
Example:

"CLIFF"

Response

The asset's unlock events over the window.

data
object
required

An asset's unlock events over the requested window.

error
string | null

null on success.