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 (resource ID 41) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals).
The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no minimum commitments. The specific `/api/v1/mortgages/41` endpoint is not listed on the provider's public landing page among the advertised categories, so its exact response schema and data contents are unclear. It may return mortgage rate information, loan details, or related financial data, but no documentation or example responses were found.
The endpoint is confirmed live: the probe received a proper HTTP 402 x402 challenge with version 1, scheme "exact", and a 300-second payment timeout. However, the lack of any OpenAPI spec, dedicated docs, or output schema beyond the basic HTTP/POST declaration means consumers must discover the response format empirically after payment.
Capabilities
Use cases
- —Retrieving mortgage-related financial data programmatically
- —Integrating mortgage information into financial dashboards
- —Agent-driven lookups of mortgage details without API key management
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-per-use financial data access
Not for
- —Users who need well-documented, schema-specified APIs before integrating
- —Bulk mortgage data retrieval (pay-per-call at $0.02 adds up at scale)
- —Non-crypto users who cannot settle USDC payments on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/41 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI spec, no example responses, and the /mortgages/41 path is not listed among the provider's advertised APIs. The actual data returned is unknown, making this effectively a stub listing.
Warnings
- —The /api/v1/mortgages/41 endpoint is not listed on the provider's public landing page — its availability and data contents are unverified beyond the 402 challenge.
- —No OpenAPI spec, output schema, or example responses are available; consumers must discover the response format after payment.
- —Documentation pages (/docs, /api, /pricing, /README) all returned only a 'Connect wallet' prompt with no useful content.
Citations
- —Endpoint returns HTTP 402 with x402 version 1 challenge, scheme exact, on Base network using USDChttps://lowpaymentfee.com/api/v1/mortgages/41
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/mortgages/41
- —Provider advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/41