EtherEye is API designed to enrich the user experience of Etherscan by providing a more feature-rich. With EtherEye, users can easily track their transactions, optimize gas fees, and manage their asset portfolios.
I developed an API service in Go that wraps around the Etherscan API. Since it relies on the Etherscan API, it will be dependent on the usage limits and fees of the Etherscan API. I have prepared test files for each function, so you can check its behavior without launching the API by using the features of VSCode. In addition, I have also prepared API documentation using Swagger UI, so you can confirm the specifications and behavior on a GUI.