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/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
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
Quality
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
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/mortgages/65
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/65
- —Platform advertises uniform $0.02/request pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —Documentation pages return only a Connect wallet prompt with no substantive contenthttps://lowpaymentfee.com/docs