Events Api
Get events by type.
Canonical string representation of event type. E.g. 0000000000000000000000000000000a::module_name::type_name
Starting block height (inclusive).
Ending block height (exclusive). The max range is 10 blocks, a.k.a. end - start <= 10.
List of Events contained in blocks
Get events by type.
The fully qualified name of the event struct, i.e.: contract_address::module_name::event_struct_name
. E.g. 0x1::coin::CoinDeposit
Starting block height (inclusive). Optional.
Ending block height (exclusive). Optional.
Maximum number of events to return. Defaults to 20, max 100.
The cursor to start the query from. Optional.
During a paginated query, the cursor returned in the X_SUPRA_CURSOR
response header
should be specified as the start
parameter of the request for the next page.
List of Events contained in blocks