Get chain events by transaction hash

View as Markdown

Returns all chain events associated with a given transaction hash. A single transaction may produce multiple events (e.g. compliance check + transfer).

Authentication

AuthorizationBearer

JWT access token from POST /auth/login or POST /oauth/token

Path parameters

txHashstringRequired
Transaction hash

Response

Response
eventslist of objects

Errors

401
Unauthorized Error
500
Internal Server Error