/extended/v1/tx/events REST API Endpoint
Query Parameters
tx_id
string
Hash of transaction.
address
string
Stacks address or a Contract identifier.
limit
integer
number of items to return.
offset
integer
number of items to skip.
type
array
Filter the events on event type.
Returns
object
object
GET event for the given transaction
limit
integer
The maximum number of events to retrieve.
offset
integer
The number of events to skip (starting at 0).
events
array
An array of transaction events. Each event can be of type TransactionEventSmartContractLog, TransactionEventStxLock, TransactionEventStxAsset, TransactionEventFungibleAsset, or TransactionEventNonFungibleAsset.
event_index
array
An array of event indexes.
event_type
array
An array of event types.
tx_id
string
The ID of the transaction.
contract_log
object
Additional information about the event. It can be a TransactionEventSmartContractLog, stx_lock_event, or asset object.
Request
1curl -X 'GET' \2'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/tx/events?address=SP1XM0M9FFQ9Q927Z01AV3K73W53E2H1D6WS2YY55' \3-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free