List chain events

View as Markdown

Returns paginated chain events from the envelope table, optionally filtered by chain EID, event type, wallet address, and date range. Each event includes its typed detail record (attestation, compliance, transfer, identity, or asset).

Authentication

AuthorizationBearer

JWT access token from POST /auth/login or POST /oauth/token

Query parameters

chainEidstringOptional
Filter by LayerZero Endpoint ID
eventTypestringOptional

Filter by event type (e.g. attestation_created)

walletstringOptional
Filter by wallet address across all detail tables
fromstringOptional

Start of date range (ISO 8601)

tostringOptional

End of date range (ISO 8601)

limitstring or integerOptional

Max results (default 50)

offsetstring or integerOptional
Pagination offset

Response

Response
eventslist of objects
totaldouble
limitdouble
offsetdouble

Errors

401
Unauthorized Error
500
Internal Server Error