x402basequality 0.30

Mortgage data endpoint on Base, pay-per-call via x402 with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to mortgage-related data at the path `/api/v1/mortgages/65`. It is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network using USDC.

The specific endpoint `/api/v1/mortgages/65` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). This is consistent with the platform's uniform $0.02/request pricing displayed on the landing page. Payment is settled on-chain via the "exact" scheme with a 300-second timeout.

Note that the endpoint path suggests it retrieves or operates on a specific mortgage record (ID 65), but no documentation, request schema, or response schema is available beyond the x402 challenge metadata. The platform's docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. Without further documentation it is unclear what fields the request body should contain or what the response payload looks like. The endpoint is confirmed live (returns 402 as expected for unauthenticated callers).

Capabilities

x402-paymentusdc-settlementbase-networkmortgage-datapay-per-requestjson-api

Use cases

  • Retrieving mortgage record details programmatically with per-call payment
  • Integrating mortgage data into financial dashboards without API key management
  • Agent-driven mortgage data lookups settled on-chain via USDC on Base

Fit

Best for

  • Developers needing on-demand mortgage data without subscription commitments
  • AI agents that can settle x402 micropayments on Base
  • Applications requiring keyless, pay-as-you-go access to financial data

Not for

  • Users who need detailed API documentation or response schemas before integrating
  • High-volume batch mortgage data retrieval where per-call pricing is inefficient
  • Users without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/mortgages/65 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no request/response schema, and no explanation of what mortgage data is returned. The docs pages are empty. This is effectively a stub listing.

Warnings

  • No request or response schema available — the POST body format is unknown
  • All documentation pages (docs, pricing, README) return only a wallet-connect prompt with no content
  • The endpoint path '/api/v1/mortgages/65' implies a specific record ID but no context is provided on what data it contains
  • The endpoint is not listed on the provider's landing page among their advertised APIs

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 05:48:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access