Get contract events
Retrieves a list of events that have been triggered by a given smart contract.
GET
/extended/v1/contract/{contract_id}/events
Retrieves a list of events that have been triggered by a given contract_id
.
Path parameters
contract_id
Requiredstring
Contract identifier formatted as \<contract_address\>.<contract_name>
"SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles"
Query parameters
limit
integer
Max number of contract events to fetch
offset
integer
Index of first contract event to fetch
Example:42000
unanchored
boolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks
Example:true
Default: false
Status code | Description |
---|---|
200 | List of events |