This project fetches addresses with vestings from the Celenium API and saves them to a CSV file.
- Ensure you have Python 3.8+ and pipenv installed.
- Clone this repository.
- Run
pipenv install
to set up the virtual environment and install dependencies.
To run the script:
pipenv run python src/vested_addresses.py
The resulting CSV file will be saved in the data/
directory.
This script respects API rate limits. It may take a significant amount of time to run if there are many addresses to process.