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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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.

string
required

Creation number corresponding to the event stream originating
from the given account.

Query Params
string

Starting sequence number of events.

If unspecified, by default will retrieve the most recent events

uint16

Max number of events to retrieve.

If unspecified, defaults to default page size

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/x-bcs