Calculate Essence Upgrade Cost
skyblock_essence_costsCompute the precise essence, coin, and material cost to star up any dungeon or crimson item in Hypixel SkyBlock. Enter the item ID to get per-star costs, optionally priced with live Bazaar data.
Instructions
Compute the exact essence, coin, and material cost to star up (or master-star) a dungeon/crimson item by its SkyBlock ID, using authoritative per-star cost data. Optionally prices essence and materials with live Bazaar data for a coin estimate. Returns found=false with suggestions when the item ID is not star-upgradeable or not recognized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Canonical SkyBlock item ID, for example NECRON_CHESTPLATE, HYPERION, or CRIMSON_HELMET. | |
| toStar | No | Target star level. Defaults to the item's maximum (includes master stars). | |
| fromStar | No | Current star level (0 = no stars). | |
| quantity | No | Number of identical items to upgrade (e.g. a full 4-piece armor set). | |
| priceBasis | No | buy = replacement cost (insta-buy), sell = liquidation value (insta-sell). | buy |
| priceWithBazaar | No | Convert essence and material costs into an estimated coin cost using live Bazaar prices. |