Eth_getFilterLogs
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
JSON-RPC version.
2.0methodstringRequiredExample:
JSON-RPC method name.
eth_getFilterLogsparamsstring[] · min: 1 · max: 1RequiredExample:
Parameters array with one element:
- The filter ID (hex string).
["0x16"]idintegerRequiredExample:
Request identifier.
1Responses
200
Array of log objects matching the filter
application/json
jsonrpcstringOptionalExample:
JSON-RPC version.
2.0idintegerOptionalExample:
Request ID.
1post
/200
Array of log objects matching the filter
Last updated