Mortgage data API endpoint on Base, pay-per-call via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides mortgage-related data via a POST request to `/api/v1/mortgages/90`. 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 by the x402 payment protocol on the Base network.
The specific endpoint `/api/v1/mortgages/90` is listed under the provider's generic "Premium API Access" label. The x402 challenge confirms it is live, accepting payments in USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base) with a maximum amount of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request — consistent with the platform's advertised flat pricing of $0.02/request across all endpoints. The payment scheme is "exact" with a 300-second timeout.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the `/mortgages/90` endpoint actually returns or what input it expects. The `90` in the path may refer to a specific mortgage product type (e.g., 90% LTV) or a resource ID, but this is purely speculative. Without documentation, callers will need to experiment with POST payloads to discover the expected input format and response structure.
Capabilities
Use cases
- —Retrieving mortgage-related data or calculations programmatically
- —Integrating mortgage information into financial dashboards or agent workflows
- —Pay-per-call access to mortgage data without API key registration
Fit
Best for
- —Agents or apps needing on-demand mortgage data with crypto micropayments
- —Developers who want keyless, pay-as-you-go API access on Base
- —Prototyping financial tools that consume mortgage endpoints
Not for
- —Users who need well-documented APIs with clear request/response schemas
- —Production systems requiring guaranteed SLAs and support
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/90 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what the mortgage endpoint accepts or returns. No OpenAPI spec, no examples, no description of the resource. The docs pages are all blank 'Connect wallet' stubs. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all return only 'Connect wallet' with no content
- —No OpenAPI or schema describing request/response format for /api/v1/mortgages/90
- —The meaning of '90' in the path is unknown — could be a resource ID, LTV percentage, or loan term
- —The endpoint is not listed on the provider's own homepage among their advertised APIs, raising questions about its status
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base, equating to $0.02 per requesthttps://lowpaymentfee.com/api/v1/mortgages/90
- —The platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/90
- —Docs, API, pricing, and README pages all show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs