Tab 1: Parse on-chain sTRX Deposit / Withdraw activity (Top 5) before a given UTC date.
Tab 2: Run read-only SQL queries on wallet snapshots and download results as CSV.
Query the last 5 Deposit/Withdraw events before 00:00 UTC of a given date.
Only SELECT statements are allowed. Example:
SELECT * FROM wallet_snapshots ORDER BY captured_at DESC LIMIT 5;
{}