This repository analyses whether large on‑chain USDC transfers (whale activity) influence short‑term price movements.
data/– pre‑downloaded datasets used in the notebook (usdc_price.jsonandusdc_whale_events.csv).src/fetch_data.py– script to fetch price data from CoinGecko and whale transaction events from Sim by Dune. Requires API keys set in.env.analysis.ipynb– Jupyter Notebook performing data wrangling, time‑series analysis, visualisations and correlation analysis..env– environment file where you should place your API keys.requirements.txt– Python dependencies.
- Install dependencies:
pip install -r requirements.txt. - Set your API keys in
.env. - Run
python src/fetch_data.pyto download the latest data. - Open
analysis.ipynbin Jupyter to reproduce the analysis.
The data provided here represents a snapshot of 90 days of price and whale‑transaction history. Use the fetch script to update it.