Skip to main content
GET
Get Unlock Timeseries Data per Interval
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

assetId
string
default:solana
required

Asset identifier - accepts either slug (e.g. 'solana') or UUID

Example:

"solana"

Query Parameters

startTime
string<date-time>
default:2025-01-20T00:00:00Z

RFC3339 formatted start time

Example:

"2025-01-20T00:00:00Z"

endTime
string<date-time>
default:2025-02-01T00:00:00Z

RFC3339 formatted end time

Example:

"2025-02-01T00:00:00Z"

interval
enum<string>
default:WEEKLY
required

Aggregation interval for unlock data

Available options:
DAILY,
WEEKLY,
MONTHLY,
QUARTERLY,
YEARLY
Example:

"WEEKLY"

Response

Default response

data
object
required
error
string