Eth_getLogs

Get Logs

post

Returns an array of logs that match the filter criteria specified in the params. The filter object supports filtering by block range, addresses, and topics.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version.

Example: 2.0
methodstringRequired

JSON-RPC method name.

Example: eth_getLogs
idintegerRequired

Request identifier.

Example: 1
Responses
chevron-right
200

Array of log objects matching the filter

application/json
jsonrpcstringOptional

JSON-RPC version.

Example: 2.0
idintegerOptional

Request ID.

Example: 1
post
/
200

Array of log objects matching the filter

Last updated