Mortgage data endpoint on Base, pay-per-call with USDC via x402.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data at the path `/api/v1/mortgages/81`. 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/81` 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 shown on the landing page. Payment is made inline via the X-PAYMENT header; no API keys or accounts are required.
The endpoint's exact response schema is not documented — the crawled docs, pricing, and README pages all returned only a wallet-connect stub with no further detail. The mortgage resource ID "81" suggests this may return data for a specific mortgage record or calculation, but without documentation or example responses, the precise payload structure is unknown. The platform advertises no rate limits and instant access.
Capabilities
Use cases
- —Retrieving mortgage record or calculation data programmatically
- —Integrating mortgage information into financial dashboards
- —Agent-driven mortgage data lookups with automatic micropayment
Fit
Best for
- —Developers needing on-demand mortgage data without subscription commitments
- —AI agents that can settle x402 USDC payments on Base
- —Applications requiring low-cost, keyless API access to financial data
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Bulk mortgage data retrieval where per-request pricing would be costly
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/81 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no request/response schema, and the mortgage-specific functionality is entirely undocumented. The docs, pricing, and README pages all returned only a wallet-connect stub with no useful content.
Warnings
- —No API documentation available — docs, pricing, and README pages return only a wallet-connect stub
- —No request body schema or response schema documented for /api/v1/mortgages/81
- —The specific meaning of resource ID '81' is unknown
- —The endpoint path '/api/v1/mortgages/81' does not appear in the site's listed API catalog, raising questions about its provenance
Citations
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.https://lowpaymentfee.com/api/v1/mortgages/81
- —Docs, pricing, and README pages returned only a wallet-connect stub with no substantive content.https://lowpaymentfee.com/docs