takamoriBored Ape Mint Query
    Updated 2022-09-22
    select nft_address, sum(mint_price_eth), sum(mint_price_usd), median(mint_price_eth) from
    ethereum.core.ez_nft_mints

    where --currency_symbol in ('eth', 'ETH', 'weth', 'WETH') --and price_usd < 5000000 -- and platform_name = 'opensea' and
    nft_address = '0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d'
    group by 1
    --order by 2 asc, 1 asc
    Run a query to Download Data