Get events by creation number
GET/accounts/:address/events/:creation_number
Event types are globally identified by account address and a monotonically increasing creation_number. One creation_number is assigned per event type that occurs for each account. This API returns the list of events corresponding to that event type.
As the latest version of the Aptos node client excludes the Legacy Indexer, Indexer-related errors may occur when making some API calls. We are currently reviewing options to restore this functionality or provide alternative APIs, and will provide updates as related measures are completed. We apologize for any inconvenience.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
Successful Response
Response Headers
Current block height of the chain
Chain ID of the current chain
Current epoch of the chain
Oldest unpruned ledger version of the chain
Current timestamp of the chain
Current ledger version of the chain
Oldest unpruned block height of the chain
Cursor for the next page
Amount of gas actually used for transaction execution
Bad Request
Unauthorized
Forbidden
Not Found
Block Pruned
Too Many Requests