SkyBlock Auction Prices
+{cleanId(item._id.toLowerCase())}
++ Lowest recent BIN: + {binAuctions.reduce((a, b) => (a.coins < b.coins ? a : b)).coins.toLocaleString()} coins + +
+ {/if} + {#if normalAuctions.length > 0} ++ Lowest recent auction: + {normalAuctions + .reduce((a, b) => (a.coins < b.coins ? a : b)) + .coins.toLocaleString()} coins + +
+ {/if} +