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.000437925ETH
ai0.001129260ETH
io0.00157325ETH
football0.0054589ETH
ai0.01185WETH
io0.01114WETH
com0.01203WETH
com0.021156USDC
ai0.021684USDC
ape0.022427APE
football0.0547WETH
io0.11030USDC
football0.10121500USDC
shib0.11162BONE
ape0.258WAPE
ai145USDTEST
com1.121USDTEST
name29ETH
io525USDTEST
football23.96USDTEST

Share link

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