starknet_getEvents

Returns all event objects matching the conditions in the provided filter

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
filterobjectRequired
The conditions used to filter the returned events

Response

All the event objects matching the filter
eventslist of objects
continuation_tokenstring or null
Use this token in a subsequent query to obtain the next page. Should not appear if there are no more pages.