cURL
curl --request GET \ --url https://api.messari.io/token-unlocks/v1/assets/{assetId}/unlocks \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "allocations": [ { "allocationRecipient": "<string>", "dailySnapshots": [ { "timestamp": "2023-11-07T05:31:56Z", "unlockedInPeriodNative": 123, "unlockedInPeriodUSD": 123 } ] } ], "asset": { "id": "aSDinaTvuI8gbWludGxpZnk=", "name": "<string>", "slug": "<string>", "symbol": "<string>" }, "endDate": "2023-11-07T05:31:56Z", "genesisDate": "2023-11-07T05:31:56Z", "interval": "DAILY", "projectedEndDate": "2023-11-07T05:31:56Z", "startDate": "2023-11-07T05:31:56Z", "totalSnapshots": [ { "timestamp": "2023-11-07T05:31:56Z", "unlockedInPeriodNative": 123, "unlockedInPeriodUSD": 123 } ] }, "error": "<string>" }
Returns interval-based unlock timeseries data for a given asset and interval
RFC3339 formatted start time
RFC3339 formatted end time
DAILY
WEEKLY
MONTHLY
QUARTERLY
YEARLY
Default response
The response is of type object.
object