Mortgage data endpoint on Base, pay-per-call via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data at the path `/api/v1/mortgages/35`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs 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/35` 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 its landing page. Payment is settled on-chain to the specified payTo address, with a timeout of 300 seconds.
Documentation for this specific mortgage endpoint is sparse — the crawled docs, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. The endpoint path suggests it retrieves or processes data for a specific mortgage record (ID 35), but the exact request body schema and response format are not documented. The platform advertises no API keys, no rate limits, and instant access, relying entirely on x402 micropayments for access control.
Capabilities
Use cases
- —Retrieving mortgage record data programmatically with per-call payment
- —Integrating mortgage information into agent workflows without API key management
- —Accessing financial data via crypto micropayments on Base
Fit
Best for
- —Agents or apps needing on-demand mortgage data without subscription commitments
- —Developers experimenting with x402 pay-per-call patterns
- —Low-volume or sporadic mortgage data lookups
Not for
- —High-volume mortgage data pipelines where per-call fees add up
- —Users who need detailed API documentation and schema guarantees before integrating
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/35 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation for this specific mortgage endpoint — no request schema, no response schema, no examples. The docs/pricing/README pages are all behind a wallet-connect gate. The endpoint path '/mortgages/35' is not listed on the landing page, making its purpose unclear.
Warnings
- —No documentation available for the /api/v1/mortgages/35 endpoint — request and response schemas are unknown
- —This endpoint is not listed among the advertised APIs on the landing page; its purpose and data content are unclear
- —All doc pages (docs, pricing, README) returned only 'Connect wallet' with no usable content
- —The mortgage endpoint may involve regulated financial data; verify compliance requirements before use
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/mortgages/35
- —Platform-wide pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/35