eth_getLogs
Logs and events | Plasma
eth_getLogs | Plasma
Plasma API method that returns an array of all logs matching a given filter object. Available on Plasma via Chainstack JSON-RPC nodes.
POST
eth_getLogs
Plasma API method that returns an array of all logs matching a given filter object.
Parameters
object— the filter options with fields likefromBlock,toBlock,address,topics,blockHash
Response
array— an array of log objects
eth_getLogs code examples
Last modified on May 18, 2026