List chain events
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
chainEid
Filter by LayerZero Endpoint ID
eventType
Filter by event type (e.g. attestation_created)
wallet
Filter by wallet address across all detail tables
from
Start of date range (ISO 8601)
to
End of date range (ISO 8601)
limit
Max results (default 50)
offset
Pagination offset
Response
Response
events
total
limit
offset
Errors
401
Unauthorized Error
500
Internal Server Error