Get contract events
Retrieves a list of events that have been triggered by a given contract_id
Path Parameters |
---|
contract_id string — REQUIREDContract identifier formatted as Example: SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles |
Query Parameters |
---|
limit integermax number of contract events to fetch |
offset integerindex of first contract event to fetch Example: 42000 |
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true |
Responses | ||
---|---|---|
200 List of events
|