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.
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.
"0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1 "
Creation number corresponding to the event stream originating from the given account.
"32425224034"
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
The response is of type object[]
.
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.
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.
"0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1 "
Creation number corresponding to the event stream originating from the given account.
"32425224034"
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
The response is of type object[]
.