profit_calc
Calculate crypto profit/loss, ROI, break-even. Supports exchange fees and fixed network/gas fee. No API needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | Yes | ||
| buy_price | Yes | ||
| sell_price | Yes | ||
| network_fee | No | Fixed network fee in same unit as prices | |
| buy_fee_percent | No | ||
| sell_fee_percent | No |