Skip to main content

Get events of a request

GET 

/v1/chains/:chainID/core/blocklog/events/request/:requestID

Get events of a request

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    requestID stringrequired

    RequestID (Hex)

Query Parameters

    block string

    Block index or trie root

Responses

The events

Schema
    events EventJSON[]required
  • Array [
  • contractID int32required

    Possible values: >= 1

    ID of the Contract that issued the event

    payload stringrequired

    payload

    timestamp int64required

    timestamp

    topic stringrequired

    topic

  • ]
Loading...