Get events
Filter by block number
1000000
Filter by block number greater than or equal to
1000000
Filter by block number greater than
1000000
Filter by block number less than or equal to
1000000
Filter by block number less than
1000000
Filter by block hash
0x3a1fba5abd9d41457944e91ed097e039b7b12d3d7ba324a3f422db2277a48e28
Filter by block timestamp
1715222400
Filter by block timestamp greater than or equal to
1715222400
Filter by block timestamp greater than
1715222400
Filter by block timestamp less than or equal to
1715222400
Filter by block timestamp less than
1715222400
Filter by transaction index
5
Filter by transaction index greater than or equal to
5
Filter by transaction index greater than
5
Filter by transaction index less than or equal to
5
Filter by transaction index less than
5
Field to sort results by
block_number
Sort order (asc or desc)
desc
Filter by transaction hash
0x218b632d932371478d1ae5a01620ebab1a2030f9dad6f8fba4a044ea6335a57e
Filter by log index
5
Filter by log index greater than or equal to
5
Filter by log index greater than
5
Filter by log index less than or equal to
5
Filter by log index less than
5
Filter by topic 1
0xa6697e974e6a320f454390be03f74955e8978f1a6971ea6730542e37b66179bc
Filter by topic 2
0xa6697e974e6a320f454390be03f74955e8978f1a6971ea6730542e37b66179bc
Filter by topic 3
0xa6697e974e6a320f454390be03f74955e8978f1a6971ea6730542e37b66179bc
Filter by topic 0
0xa6697e974e6a320f454390be03f74955e8978f1a6971ea6730542e37b66179bc
Filter by address
0x5564886ca2c518d1964e5fcea4f423b41db9f561
The number of items to return
20
Integer numbers.
curl https://1.insight.thirdweb.com/v1/events
{
"data": [
{
"chain_id": 1,
"block_number": "…",
"block_hash": "…",
"block_timestamp": "…",
"transaction_hash": "…",
"transaction_index": 1,
"log_index": 1,
"address": "…",
"data": "…",
"topics": [
"…"
]
}
],
"meta": {
"chain_id": 1,
"address": "…",
"signature": "…",
"page": 1,
"limit": 1,
"total_items": 1,
"total_pages": 1
}
}
Successful response