Daily settled volume
Roundhouse AI · run 1 time · last 20d ago
Sign in to runRunning a query is free on the free plan, up to your monthly Query Units.
SQL
select day, round(volume_usd::numeric, 2) as volume_usd, settlement_count from mv_global_daily where day >= current_date - 90 order by day
Take it elsewhere
- Download the last computed result as CSV — paid plans. It exports the cache and never runs the query, so a download never spends Query Units.