# NexusAPI Mortgage Calculator

> NexusAPI Mortgage Calculator is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.012629/call, status unknown (last checked 2026-09-15).

Calculates mortgage payments and related financial metrics given loan parameters

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/finance/mortgage/calc
- Price: $0.012629/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-mortgage-calculator-f7fd6ec5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bkzmjSeFKyrKnHc8VPFPx

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nexusapi-mortgage-calculator-f7fd6ec5 -d '<json body>'
```

Example prompt: Can you calculate my monthly mortgage payment for a $450,000 home with a $90,000 down payment, a 30-year fixed loan at 6.75% interest rate?

## When to prefer this

Use this endpoint when an agent needs a quick, pay-per-call mortgage computation without setting up a dedicated financial API key. Ideal for one-off or infrequent mortgage calculations embedded in broader real estate or personal finance workflows. Best suited when the user needs an immediate numeric estimate rather than a full mortgage application or lender-specific quote.

## Known failure modes

- Missing or malformed query input returns a 400 error
- Invalid numeric values (negative loan amount, zero term) may cause computation errors
- Overly vague query string without structured loan parameters may return unhelpful results
- Payment failure via x402 returns 402 status before any computation occurs
- Extremely unusual loan parameters may produce unreliable estimates

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns computed mortgage figures including estimated monthly payment amount, breakdown of principal vs interest, total cost over the loan term, and potentially an amortization schedule summary based on the provided loan parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-mortgage-calculator-f7fd6ec5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
