Get events by creation number
Event types are globally identifiable by an account address
and
monotonically increasing creation_number
, one per event type emitted
to the given account. This API returns events corresponding to that
that event type.
Path Parameters
Hex-encoded 32 byte Aptos account, with or without a 0x
prefix, for
which events are queried. This refers to the account that events were
emitted to, not the account hosting the move module that emits that
event type.
"0xc739507214d0e1bf9795485299d709e00024e92f7c0d055a4c2c39717882bdfd"
Creation number corresponding to the event stream originating from the given account.
"32425224034"
Query Parameters
Starting sequence number of events.
If unspecified, by default will retrieve the most recent events
"32425224034"
Max number of events to retrieve.
If unspecified, defaults to default page size
Response
The response is of type object[]
.