Get Filter Logs
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all logs matching a filter with the specified filter ID. The filter must have been previously created with eth_newFilter.
Body
application/json
jsonrpcstringrequiredJSON-RPC version.
methodstringrequiredJSON-RPC method name.
paramsArray<string>requiredParameters array with one element:
- The filter ID (hex string).
idintegerrequiredRequest identifier.
Response
200OK
Array of log objects matching the filter