Mortgage data endpoint on Base, pay-per-call via x402 with USDC.
What it does
This endpoint at `/api/v1/mortgages/13` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. The specific endpoint appears to serve mortgage-related data (resource ID 13), though the exact response schema and input parameters are not documented in the available crawl material. The platform advertises a uniform $0.02 per request pricing model across its endpoints, and the x402 challenge confirms a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02.
The platform markets itself as requiring no API keys, no rate limits, and offering instant access. Payment is handled entirely through the x402 payment header on each request. The endpoint is live and returns a valid 402 challenge when called without payment. However, documentation is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no description of what mortgage data is returned or what POST body is expected. The mortgages endpoint is not listed on the homepage's catalog of available APIs, which raises questions about whether it is a production endpoint or a test/demo resource.
Capabilities
Use cases
- —Retrieving mortgage-related data on a per-request payment basis
- —Integrating mortgage information into agent workflows without API key management
- —Programmatic access to mortgage records settled via crypto micropayments
Fit
Best for
- —Agents or apps needing on-demand mortgage data without subscription commitments
- —Developers experimenting with x402 pay-per-call patterns
- —Use cases where avoiding API key provisioning is valuable
Not for
- —Production mortgage applications requiring documented, stable schemas and SLAs
- —Users who need detailed documentation or OpenAPI specs before integration
- —High-volume mortgage data consumers who would benefit from bulk pricing
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/13 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and settlement details. However, there is no documentation, no OpenAPI spec, no request/response schema, and the mortgages endpoint is not even listed in the provider's own homepage catalog. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —The /api/v1/mortgages/13 endpoint is not listed in the provider's homepage API catalog, raising questions about its status.
- —No request body schema or response schema is documented anywhere; callers must guess at the expected input and output.
- —No OpenAPI or machine-readable spec is available.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/mortgages/13
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/13
- —The mortgages endpoint is not listed among the available APIs on the homepagehttps://lowpaymentfee.com