Mortgage data endpoint on Base, paid per-request via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data via a pay-per-call x402 protocol. The specific resource `/api/v1/mortgages/10` appears to return mortgage information (likely for a specific mortgage record or product with ID 10) in JSON format. Payment is settled on the Base network using USDC (contract 0x8335…2913) at $0.02 per request.
The broader lowpaymentfee.com platform hosts a variety of x402-gated API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per call. The platform advertises no API keys, no rate limits, and instant access; callers simply attach an x402 payment header to each request. However, documentation is extremely sparse: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail.
Because there is no OpenAPI schema, no request/response examples, and no documentation describing what the mortgages endpoint actually returns, the exact data model and input parameters are unknown. The endpoint accepts POST requests and returns application/json. Callers should be prepared to experiment or contact the provider for schema details.
Capabilities
Use cases
- —Retrieving mortgage data or calculations programmatically
- —Integrating mortgage information into financial dashboards
- —Agent-driven lookups of mortgage product details
Fit
Best for
- —Developers needing on-demand mortgage data without API key management
- —AI agents that can settle x402 payments on Base
- —Applications requiring low-cost per-call financial data
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Bulk data export of large mortgage datasets (no batch endpoint documented)
- —Anyone unable to transact USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/10 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no meaningful documentation — the docs pages all show only 'Connect wallet'. The purpose of the mortgages endpoint is inferred from the URL path alone.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all render only a 'Connect wallet' prompt with no technical content.
- —No OpenAPI or JSON schema describing request parameters or response format for the mortgages endpoint.
- —The exact data returned by /api/v1/mortgages/10 is unknown; 'mortgages' is inferred from the URL path only.
- —Mortgage/financial data may be subject to regulatory requirements depending on jurisdiction and use.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/mortgages/10
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/mortgages/10
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs