Skip to main content

GetFilterLogs

Filters

Implements eth_getFilterLogs.

Params

(1)

1. id (required)

string

The ID of the filter that should be polled.

Result

(filterLogs)
filterLogs

The array of logs that have been recorded since the last poll of the filter.

API credentials

Username

Token

Params

id


Request

curl -X POST https://api.devnet.nil.foundation/api/undefined/undefined \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_getFilterLogs",
"params": [
null
],
"id": 1
}'