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/79`. 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 endpoints use the x402 payment protocol, settling in USDC on the Base network.
The specific endpoint `/api/v1/mortgages/79` is listed under the provider's generic "Premium API Access" label. The x402 challenge confirms it is live, accepting POST requests, and requires a maximum payment of 20,000 base units of USDC (0x8335…2913 on Base). Since USDC uses 6 decimals, this translates to $0.02 per request — consistent with the platform's uniform $0.02/request pricing across all endpoints. No API keys or rate limits are advertised; access is gated solely by the x402 micropayment.
Documentation is extremely sparse. The crawled docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no description of request parameters or response format for the mortgages endpoint, and no example payloads. The endpoint path suggests it returns data about a specific mortgage record (ID 79), but the exact schema and data contents are unknown. Prospective callers should be aware that they are paying without a documented contract for what the response contains.
Capabilities
Use cases
- —Retrieving mortgage record data programmatically with per-call USDC payment
- —Integrating mortgage information into agent workflows without API key management
- —Exploring x402 payment protocol for financial data access
Fit
Best for
- —Developers experimenting with x402 micropayment-gated APIs
- —Agents needing keyless, pay-per-call access to mortgage data
- —Projects already operating on the Base L2 network with USDC
Not for
- —Users who need well-documented, schema-specified mortgage data APIs
- —Bulk mortgage data retrieval (pay-per-call at $0.02 adds up at scale)
- —Anyone requiring guaranteed SLA or support (no docs or contact info available)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/79 \
-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 there is zero documentation on request parameters, response schema, or what mortgage data is actually returned. No OpenAPI spec, no examples, and all doc pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and README pages all return only a wallet-connect prompt
- —No request or response schema provided; callers cannot know what data they will receive before paying
- —The endpoint path /api/v1/mortgages/79 is not listed on the provider's homepage among their advertised APIs, raising questions about its intended use
- —No terms of service, privacy policy, or contact information found
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/mortgages/79
- —Platform-wide pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, and README pages contain only a 'Connect wallet' prompt with no substantive documentationhttps://lowpaymentfee.com/docs