cURL
curl --request GET \ --url https://api.us1.shinami.com/aptos/node/v1/accounts/{address}/events/{creation_number} \ --header 'Authorization: Bearer <token>'
[ { "version": "32425224034", "guid": { "creation_number": "32425224034", "account_address": 6.195948399647823e+76 }, "sequence_number": "32425224034", "type": "<string>", "data": "<any>" } ]
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.
address
creation_number
Show child attributes
Was this page helpful?