gaonipPrices
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select
token_address, hour, provider, price
from ethereum.price.fact_hourly_token_prices
where hour = '2023-12-08 20:00:00.000'
-- this is WBTC on Ethereum
and token_address = lower('0x2260fac5e5542a773aa44fbcfedf7c193bc2c599')
select
token_address, hour, symbol, decimals, price
from ethereum.price.ez_hourly_token_prices
where hour = '2023-12-08 20:00:00.000'
and token_address = lower('0x2260fac5e5542a773aa44fbcfedf7c193bc2c599')
Run a query to Download Data