Skip to main content
GET
Upcoming Token Unlocks
For a single coin’s full unlock schedule use /currencies/:id/vesting/events.

Authorizations

X-Api-Key
string
header
required

Query Parameters

page
number
default:1

Page number (1-based). Returns up to 25 items per page.

Required range: 1 <= x <= 1000
daysAhead
number
default:30

Window for upcoming unlocks in days from today (inclusive).

Required range: 1 <= x <= 365
minValue
number

Lower bound on the unlock USD value (inclusive).

Example:

1000000

minPercentOfMcap
number

Lower bound on the unlock size as a percent of the coin market capitalization (inclusive). Value is a percent, e.g. 5 means 5%.

Example:

1

sortBy
enum<string>
default:date

Sort field.

Available options:
id,
date,
unlockValue,
percentOfMcap
sortOrder
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc

Response

data
object[]
required
meta
object
required
status
object
required