Baselight
Sign In

Query Result

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
ai0.0091957ETH
com0.00980999999999999873ETH
ai0.01169USDC
io0.0841ETH
com41149USDC
io100164USDC
fyi33412USDTEST
com34437USDTEST
ai35558USDTEST
io43335USDTEST
net44713USDTEST
football50010USDTEST

Share link

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