Documentation Index
Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt
Use this file to discover all available pages before exploring further.
Limit Return Results
Theoffset parameter determines how many records are returned from a request.
For example, if your app requires only the latest 10 transactions for an address, setting offset=10 should see significant speed improvements.
Limit Your Block Range
If your block range is known, such as transactions within the last 24 hours, your request will benefit from specifyingstartblock=<block_number> and endblock=latest.
You can also use the latest keyword to specify the most recent block.