Mortgage data endpoint on Base, paid per-request via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data (resource ID 18) via the x402 payment protocol. The endpoint is live and returns a 402 challenge requiring payment in USDC on the Base network. The maximum amount required per request is 20,000 base units of USDC (6 decimals), which equals $0.02 per call.
The parent site lowpaymentfee.com hosts a broad collection of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request and settled on-chain via Base. The specific `/api/v1/mortgages/18` endpoint is not listed on the site's main directory, so its exact response schema and data contents are unclear. The endpoint accepts POST requests and returns application/json. No API keys or rate limits are advertised; access is gated solely by the x402 micropayment.
Because the mortgage endpoint is not documented on the site's landing page or any crawled documentation page, the precise fields returned (e.g., rates, terms, lender info) cannot be confirmed. The docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no additional content. Users should treat this as a lightly-documented endpoint and verify the response schema after a paid call.
Capabilities
Use cases
- —Retrieving mortgage data or terms for a specific mortgage record
- —Integrating mortgage information into financial dashboards or comparison tools
- —Agent-driven lookups of mortgage details without API key management
Fit
Best for
- —Developers needing on-demand mortgage data with no subscription
- —AI agents that can settle x402 micropayments on Base
- —Applications requiring pay-per-call access to financial data
Not for
- —Users who need bulk mortgage data exports at scale (no documented batch endpoint)
- —Anyone without a Base-compatible USDC wallet for payment
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/18 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but the /mortgages/18 path is not listed on the site, no documentation or response schema is available, and all doc pages returned only a wallet-connect prompt. Effectively a stub listing.
Warnings
- —The /api/v1/mortgages/18 endpoint is not listed in the site's public API directory — its purpose and response schema are unverified.
- —All documentation pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no usable content.
- —No OpenAPI spec, request schema, or response schema is available for this endpoint.
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC on Base network, maxAmountRequired 20000 base unitshttps://lowpaymentfee.com/api/v1/mortgages/18
- —Site advertises $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/mortgages/18