a11ewGetting Started
Updated 2023-05-01Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
osmosis.core.fact_staking
-- Get started with Flipside by running your first query:
-- the SQL statement below will get you a list of NFT
-- projects on Ethereum, ranked by how many mints
-- they've had in the past week.
-- Be sure to see our documentation for more guidance,
-- including a full walkthrough of the app:
-- https://docs.flipsidecrypto.com/our-app/getting-started
SELECT SUM(balance) AS total_balance
FROM OSMOSIS.silver.daily_balances
Run a query to Download Data