v1
latestOpenAPI 3.0.12026-07-177294143.2 KBcorecontracts
Get events of a request
get/v1/chains/{chainID}/core/blocklog/events/request/{requestID}
Path parameters
chainIDstring string required
ChainID (Bech32)
requestIDstring string required
RequestID (Hex)
Query parameters
blockstring string
Block index or trie root
Response
The events
Example response
{
"events": [
{
"payload": "payload",
"contractID": 1,
"topic": "topic",
"timestamp": 6
},
{
"payload": "payload",
"contractID": 1,
"topic": "topic",
"timestamp": 6
}
]
}