Skip to main content
GET
Get Events by Asset ID
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

assetId
string
default:ethereum
required

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

Example:

"ethereum"

Query Parameters

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

RFC3339 formatted start time

Example:

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

endTime
string<date-time>
default:2025-12-31T00:00:00Z

RFC3339 formatted end time

Example:

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

unlockType
enum<string>
default:LINEAR

Type of unlock event

Available options:
CLIFF,
LINEAR
Example:

"LINEAR"

Response

Default response

data
object
required
error
string