# NexusAPI Mortgage Calculator

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

Calculates mortgage payments and related financial metrics given loan parameters

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/finance/mortgage/calc
- Price: $0.133379/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-4f2fcc82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6VBgnDuOMb8XBFsGG-7in

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-4f2fcc82 -d '<json body>'
```

Example prompt: What would my monthly mortgage payment be on a $450,000 home with a 20% 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 calculation without setting up API keys or managing authentication. Suitable for on-demand financial planning queries where a user wants to estimate home loan costs without integrating a full mortgage platform.

## Known failure modes

- Missing required loan parameters returns a validation error
- Invalid numeric values (e.g. negative loan amount) may return a 400 error
- Extremely high or low interest rates outside normal range may produce unexpected results
- Generic input schema means poorly structured query strings may return empty or incorrect results
- Service downtime or payment failure returns 402 or 5xx errors

## 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, total interest paid over the loan term, and a breakdown of principal versus interest components 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-4f2fcc82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
