events
Get events by event key
get/events/{event_key}
Path parameters
event_keystring hex required
All bytes data are represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.
Different with Address type, hex-encoded bytes should not trim any zeros.
Example:0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1
Event key for an event stream. It is BCS serialized bytes of guid field in the Move struct EventHandle.
Response
Returns events
Example response
[
{
"key": "0x00000000000000000000000000000000000000000a550c18",
"sequence_number": "23",
"type": "0x1::account::CreateAccountEvent",
"data": {
"created": "0xa550c18",
"role_id": "0"
}
}
]