🎬Basic ETL demo

This is a simple demo that extracts the largest senders of USDC on Base.

A Google Sheet here pulls data from the back end. And this code extracts data from there.

The sheet is configured to update hourly, look at the last 90 calendar days and only return wallets with a total flow over US$ 1 million. Those parameters are all visible within the sheet.

The code is brief:

Last updated