Skip to content

Get event logs for a deployment

GET
/v2/chain-event/event-logs/{deploymentId}

Retrieve event logs for a specific contract deployment with optional filtering.

deploymentId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

The deployment ID

limit
number
>= 1 <= 100
5

Maximum number of events to return

eventSignature
required
string
Transfer(address,address,uint256)

Event signatures to filter by

timestampTo
required
number
1731654505025122000

The timestamp to filter events by

timestampFrom
required
number
1731654505025122000

The timestamp to filter events by

topic1
required
string
0x123...

The topic to filter events by

topic2
required
string
0x123...

The topic to filter events by

topic3
required
string
0x123...

The topic to filter events by

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