[Home](./index.md) > [bitburner](./bitburner.md) > [Grafting](./bitburner.grafting.md) > [getAugmentationGraftPrice](./bitburner.grafting.getaugmentationgraftprice.md) ## Grafting.getAugmentationGraftPrice() method Retrieve the grafting cost of an aug. **Signature:** ```typescript getAugmentationGraftPrice(augName: string): number; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| augName | string | Name of the aug to check the price of. Must be an exact match. |