Transaction Events
Retrieves the list of events filtered by principal (STX address or Smart Contract ID), transaction id or event types. The list of event types is ('smart_contract_log', 'stx_lock', 'stx_asset', 'fungible_token_asset', 'non_fungible_token_asset').
| Query Parameters | 
|---|
| tx_idstringHash of transaction Example:
 | 
| addressstringStacks address or a Contract identifier | 
| limitintegernumber of items to return | 
| offsetintegernumber of items to skip | 
| typestring[]Possible values: [ Filter the events on event type | 
| Responses | ||||
|---|---|---|---|---|
| 200Success 
 |