# OmniAPI Mortgage Calculator

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

Calculates mortgage payment estimates and amortization details given loan parameters

## Facts

- Endpoint: POST https://omni-api-cyan.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/omniapi-mortgage-calculator-7c4016fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UrzJArMSVg1Qnsd1cMgyJ

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 omniapi-mortgage-calculator-7c4016fc -d '<json body>'
```

Example prompt: Can you calculate the monthly mortgage payment on a $450,000 home loan with a 6.75% interest rate over 30 years and a $90,000 down payment?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call mortgage computation without setting up a dedicated financial API key. Ideal for agents handling one-off or infrequent mortgage calculations paid in USDC via x402, especially when already using OmniAPI for other finance or crypto endpoints in the same workflow.

## Known failure modes

- Missing required query parameter returns 400 error
- Invalid numeric values for loan amount or rate may return calculation error
- Extremely unusual loan terms (e.g. 0% rate or 0 term) may produce unexpected results
- Payment processing failure via x402 returns 402 before computation
- Malformed request body returns generic API error

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns computed mortgage figures including estimated monthly payment, breakdown of principal vs interest, total interest paid over the loan term, and potentially an amortization schedule or summary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-mortgage-calculator-7c4016fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
