eth_getFilterLogs

Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Block range limitation

The response size for getFilterLogs method would be different according to your block range:
Block range > 50K: Not available
Block range <= 100: No response size limit
Block range between 100 and 50K: Maximum 50K records would be responded
View error code description here

📘

Supported on both BNB Smart Chain and opBNB Chain.

The format of a BNB Smart Chain endpoint:
https://bsc-mainnet.nodereal.io/v1/{{apiKey}}

https://bsc-testnet.nodereal.io/v1/{{apiKey}}

The format of an opBNB Chain endpoint:

https://opbnb-mainnet.nodereal.io/v1/{{apiKey}}

https://opbnb-testnet.nodereal.io/v1/{{apiKey}}

Path Params
string
required
Defaults to 64a9df0874fb4a93b9d0a3849de012d3
Body Params
integer
Defaults to 1
string
Defaults to 2.0
params
array of strings
length between 1 and 1

String - The filter id.

params
string
enum
Defaults to eth_getFilterLogs
Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json