{
  "input": {
    "symbol": "BTC",
    "currency": "USD",
    "mode": "convert",
    "direction": "coin-to-fiat",
    "price": 50000,
    "fxRate": 1,
    "amount": 1,
    "monthlyContribution": 100,
    "months": 12,
    "annualReturn": 0,
    "feePercent": 0,
    "initialInvestment": 0
  },
  "result": {
    "value": 50000,
    "summary": "Conversion at your entered price, after the entered transaction fee.",
    "metrics": {
      "grossConverted": 50000,
      "feeAmount": 0,
      "priceInFiat": 50000,
      "symbol": "BTC",
      "quoteCurrency": "USD"
    },
    "unit": "USD",
    "status": "ok"
  }
}