Eth_getFilterLogs

Get Filter Logs

post

Returns all logs matching a filter with the specified filter ID. The filter must have been previously created with eth_newFilter.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version.

Example: 2.0
methodstringRequired

JSON-RPC method name.

Example: eth_getFilterLogs
paramsstring[] · min: 1 · max: 1Required

Parameters array with one element:

  1. The filter ID (hex string).
Example: ["0x16"]
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