Get event logs for a deployment
GET /v2/chain-event/event-logs/{deploymentId}
GET
/v2/chain-event/event-logs/{deploymentId}
Retrieve event logs for a specific contract deployment with optional filtering.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” deploymentId
required
string format: uuid
The deployment ID
Example
77a0049c-7683-45ff-956f-656f257048f7
Query Parameters
Section titled “Query Parameters ” limit
number
Maximum number of events to return
Example
5
eventSignature
required
string
Event signatures to filter by
Example
[ "Transfer(address,address,uint256)"]
timestampTo
required
number
The timestamp to filter events by
Example
1731654505025122000
timestampFrom
required
number
The timestamp to filter events by
Example
1731654505025122000
topic1
required
string
The topic to filter events by
Example
0x123...
topic2
required
string
The topic to filter events by
Example
0x123...
topic3
required
string
The topic to filter events by
Example
0x123...
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The event logs for the deployment
object
chainId
required
Chain ID
number
1
contractAddress
required
Contract address
string
0x789...
events
required
List of events
Array<object>
object
transactionHash
required
Transaction hash
string
0x123...
timestamp
required
Timestamp in nanoseconds since epoch
number
1731654505025122000
signer
required
Address of the signer
string
0x456...
index
required
Event index
number
0 eventSignature
required
Event signature
string
Transfer(address,address,uint256)
logs
required
Decoded event logs
object
key
additional properties
any
links
required
Pagination links
object
next
URL for the next page of results
string
?page=2
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error