This is a project for learning how to use the 1inch API. "1inch Balance API" is used.
We are beginners who had no prior experience with 1inch before starting this project. Through the development process, we learned how to integrate with the 1inch API step by step — from reading the official documentation, understanding how different endpoints work, to actually writing code that communicates with the API. As a first milestone, we successfully built a demo that retrieves on-chain wallet balances using the "1inch Balance API," giving us a solid foundation for further development.
This project is built using the Next.js framework. As part of this project, we integrated with APIs provided by 1inch to perform various blockchain-related queries. This includes learning how to send requests to the 1inch endpoints, handle asynchronous responses, and display real-time on-chain data within our user interface.