Baselight
Loading...Loading chart...
1SELECT 
2    SPLIT_PART(name, '.', -1) as tld,
3    MIN(price_adj) as floor_price,
4    COUNT(*) as listing_count,
5    currency_symbol
6FROM "@blt.doma_testnet_core.listings"
7WHERE expires_at > CURRENT_TIMESTAMP
8GROUP BY tld, currency_symbol
9HAVING COUNT(*) >= 5
10ORDER BY floor_price ASC
11LIMIT 20
tldfloor_pricelisting_countcurrency_symbol
com0.000122176ETH
io0.000142321512ETH
ai0.000580125ETH
ape0.0012403APE
ai0.0015AVAX
football0.00310850ETH
ai0.01187WETH
com0.01204WETH
io0.01118WETH
com0.022683USDC
ai0.024626USDC
football0.0547WETH
io0.155AVAX
shib0.15148BONE
ape0.258WAPE
football0.51765USDC
io0.52584USDC
name18ETH

Share link

Anyone who has the link will be able to view this.