Mortgage data API endpoint on Base, paid per-request via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data (specifically resource ID 46) via an x402 micropayment protocol. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform hosts a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, the specific mortgage endpoint (/api/v1/mortgages/46) is not listed on the site's public catalog, and no documentation describes its request body schema or response format. The endpoint is confirmed live (returns a proper 402 challenge), but the exact data it returns — whether a specific mortgage product, rate calculation, or dataset — is unknown from available materials. The description field in the x402 challenge simply reads "Premium API Access," which is generic and uninformative.
Because there is no OpenAPI spec, no request/response examples, and no documentation for this specific endpoint, callers will need to experiment or contact the provider to understand the expected input and output. The platform's general pricing model ($0.02/request, no minimums, no commitments, Base network settlement) applies.
Capabilities
Use cases
- —Retrieving mortgage-related data or calculations programmatically
- —Integrating mortgage information into financial dashboards or agent workflows
- —Paying per-request for financial data without subscription commitments
Fit
Best for
- —Agents or apps needing on-demand mortgage data with crypto micropayments
- —Developers who want keyless, pay-per-call access to financial endpoints
- —x402-compatible clients on the Base network
Not for
- —Users who need well-documented APIs with clear request/response schemas
- —Bulk mortgage data retrieval (no documented batch endpoints)
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/46 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation for this specific mortgage endpoint — no schema, no examples, no description of what data it returns. The endpoint isn't even listed on the provider's own catalog page. This is effectively a stub listing.
Warnings
- —No documentation exists for /api/v1/mortgages/46 — the endpoint is not listed on the provider's public API catalog
- —No request body schema or response schema available; callers must guess or experiment
- —The description 'Premium API Access' is generic and does not describe the endpoint's actual function
- —The /docs, /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt with no useful content
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/mortgages/46
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and Base network settlementhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/46
- —The /api/v1/mortgages/46 endpoint is not listed in the provider's public API cataloghttps://lowpaymentfee.com