Skip to main content

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_id string

Hash of transaction

Example: 0x29e25515652dad41ef675bd0670964e3d537b80ec19cf6ca6f1dd65d5bc642c5
address string

Stacks address or a Contract identifier

Example: ST1HB64MAJ1MBV4CQ80GF01DZS4T1DSMX20ADCRA4
limit integer

number of items to return

Example: 100
offset integer

number of items to skip

Example: 42000
type string[]

Possible values: [smart_contract_log, stx_lock, stx_asset, fungible_token_asset, non_fungible_token_asset]

Filter the events on event type

Example: stx_lock
Responses
200

Success

Schema OPTIONAL
limit integer
offset integer
results object[]