Gas:0 nTPS: < 0.01
Devnet Explorer
Blockchain
Tokens
Developers
More
Settings

Documentation - Devnet Explorer

Etherscan-like APIs > Logs
Getting Started
Routescan APIs
Etherscan-like APIs (8)
Account
Block
Contract
Geth/Parity Proxy
Logs
Stats
Transactions
Tokens
Contract Verification
Verify Contract
Documentation ›Etherscan-like APIs > Logs
No sign-up or API key required for free tier access (up to 2 requests per second, with a daily limit of 10,000 calls, available for free API Plan chains only). The free tier API requests will go through with or without an API key placeholder.
Get Event Logs by Address
https://api.routescan.io/v2/network/mainnet/evm/ 1010/etherscan/api
  ?module=logs
  &action=getLogs
  &address=0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7
  &fromBlock=37000000
  &toBlock=37200000
  &page=1
  &offset=1000
  &apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
  • Request
  • Response
Query Parameters
Parameter
Description
address
the string representing the address to check for logs
fromBlock
the integer block number to start searching for logs eg. 37000000
toBlock
the integer block number to stop searching for logs eg. 37200000
page
the integer page number, if pagination is enabled
offset
the number of transactions displayed per page
Get Event Logs by Topics
https://api.routescan.io/v2/network/mainnet/evm/ 1010/etherscan/api
  ?module=logs
  &action=getLogs
  &fromBlock=37000000
  &toBlock=37200000
  &topic0=0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
  &topic0_1_opr=and
  &topic1=0x0000000000000000000000000000000000000000000000000000000000000000
  &page=1
  &offset=1000
  &apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
  • Request
  • Response
Query Parameters
Parameter
Description
fromBlock
the integer block number to start searching for logs eg. 37000000
toBlock
the integer block number to stop searching for logs eg. 37200000
topic0
the topic numbers to search for limited to topic0, topic1, topic2, topic3
topic0_1_opr
the topic operator when multiple topic combinations are used limited to and or or
topic1
the topic numbers to search for limited to topic0, topic1, topic2, topic3
page
the integer page number, if pagination is enabled
offset
the number of transactions displayed per page
Get Event Logs by Address filtered by Topics
https://api.routescan.io/v2/network/mainnet/evm/ 1010/etherscan/api
  ?module=logs
  &action=getLogs
  &fromBlock=37000000
  &toBlock=37200000
  &address=0x9e66eba102b77fc75cd87b5e60141b85573bc8e8
  &topic0=0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
  &topic0_1_opr=and
  &topic1=0x0000000000000000000000000000000000000000000000000000000000000000
  &page=1
  &offset=1000
  &apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
  • Request
  • Response
Query Parameters
Parameter
Description
fromBlock
the integer block number to start searching for logs eg. 37000000
toBlock
the integer block number to stop searching for logs eg. 37200000
address
the string representing the address to check for logs
topic0
the topic numbers to search for limited to topic0, topic1, topic2, topic3
topic0_1_opr
the topic operator when multiple topic combinations are used limited to and or or
topic1
the topic numbers to search for limited to topic0, topic1, topic2, topic3
page
the integer page number, if pagination is enabled
offset
the number of transactions displayed per page
Powered by Routescan
A Block Explorer and Analytics Platform for Devnet
Company
Contact Us
Privacy Policy
Cookie Policy
Terms of Use
Terms and Conditions
Community
API Documentation
Tag submission
Status
Report Abuse
Product & Services
API Plans
Devnet © 2025 | Built by Team Routescan
Donations 0xC29391b5...1741d8Dcf1 ❤️