Get Block Logs
Logs
Get Block Logs
Get all logs in a block
GET
Get Block Logs
Authorizations
API key for authentication
Path Parameters
The blockchain network to query
Available options:
polygon Example:
"polygon"
Query Parameters
Block number to query (>= 0)
Required range:
x >= 0Example:
81901165
Filter by contract address (42 character hex string)
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x3c499c542cef5e3811e1192ce70d8cc03d5c3359"
Maximum number of results (1-50)
Required range:
1 <= x <= 50Number of results to skip for pagination
Required range:
x >= 0