V2 Quickstart
If you're coming from V1
Your base url looks like this
Just append V2 to the base url, and a chainId
parameter
If you're coming from another explorer, Basescan/Arbiscan/Polygonscan etc
Your query looks something like one of these
Change your base URL to Etherscan, and point the chainId to 8453
or any chain you want
If you're starting with V2
Run this complete script with Node JS, node script.js
Last updated