TransactionsGet transaction events Get transaction eventsRetrieves events for a specific transaction.GET/extended/v1/tx/eventsRetrieves 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 parameterstx_idstringHash of transactionaddressstringStacks address or a smart contract identifierExample: "ST1HB64MAJ1MBV4CQ80GF01DZS4T1DSMX20ADCRA4"limitintegerNumber of items to returnExample: 100offsetintegerNumber of items to skipExample: 42000typearray of stringFilter the events by event typeExample: "stx_lock"Status codeDescription200SuccessMore Detailscurlcurl -X GET "https://api.mainnet.hiro.so/extended/v1/tx/events"200GET event for the given transactionExample response{ "limit": 0, "offset": 0, "results": [ { "event_index": 0, "event_type": "smart_contract_log", "tx_id": "string", "contract_log": { "contract_id": "string", "topic": "string", "value": { "hex": "string", "repr": "string" } } } ] }SchemaGet events for an address transactionGet mempool transactions