Logs
Below are the list of supported filter parameters:
- fromBlock, toBlock, address
- topic0, topic1, topic2, topic3 (32 Bytes per topic)
- topic0_1_opr (and|or between topic0 & topic1), topic1_2_opr (and|or between topic1 & topic2), topic2_3_opr (and|or between topic2 & topic3), topic0_2_opr (and|or between topic0 & topic2), topic0_3_opr (and|or between topic0 & topic3), topic1_3_opr (and|or between topic1 & topic3)
Some parameters to take note of
📝
- FromBlock & ToBlock accepts the blocknumber (integer, NOT hex) or 'latest' (earliest & pending is NOT supported yet)
- Topic Operator (opr) choices are either 'and' or 'or' and are restricted to the above choices only
- FromBlock & ToBlock parameters are required
- An address and/or topic(X) parameters are required, when multiple topic(X) parameters are used the topicX_X_opr (and|or operator) is also required
For performance & security considerations, only the first 1000 results are return. So please narrow down the filter parameters.
https://api-sepolia.etherscan.io/api
?module=logs
&action=getLogs
&fromBlock=1092029
&toBlock=latest
&address=0x639D4384b429ea4660f377B7A29dAe6d2255090f
&topic0=0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
&apikey=YourApiKeyToken
https://api-sepolia.etherscan.io/api
?module=logs
&action=getLogs
&fromBlock=1089604
&toBlock=latest
&address=0x64A736Aa55958a41bC1B18590AB7dfCb78444Dd1
&topic0=0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62
&topic0_1_opr=and
&topic1=0x000000000000000000000000955866ee0bd3b8b0be4d4ea306670f34b90ef3ed
&apikey=YourApiKeyToken
Last modified 8mo ago