Mortgage data endpoint on Base, pay-per-call via x402 with USDC.
What it does
This endpoint at `/api/v1/mortgages/87` 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 87), though the exact response schema and input parameters are not documented in the available crawl material. The endpoint is live and returns a valid x402 challenge on POST.
The platform advertises a flat $0.02 per request across its API catalog, and the x402 challenge for this endpoint shows a `maxAmountRequired` of 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the site's stated pricing. Payment is made via the x402 exact scheme to a specified wallet address on Base. No API keys or rate limits are advertised; access is gated purely by micropayment.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no request/response schema, and no description of what mortgage data this endpoint actually returns. The endpoint's purpose must be inferred entirely from its URL path.
Capabilities
Use cases
- —Retrieving mortgage-related data for a specific resource (ID 87) via a single paid API call
- —Integrating pay-per-use mortgage information into agent workflows without API key management
- —Programmatic access to mortgage data settled on Base L2 with USDC
Fit
Best for
- —Agents or apps needing on-demand mortgage data without subscription commitments
- —Developers experimenting with x402 micropayment-gated APIs
- —Crypto-native workflows that can settle USDC on Base
Not for
- —Users who need detailed documentation or guaranteed response schemas before integrating
- —Bulk mortgage data retrieval where per-call pricing would be cost-inefficient
- —Users without access to USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/87 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what mortgage data is returned. The endpoint's purpose is inferred solely from its URL path, making this effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No request or response schema provided; the exact data returned by /api/v1/mortgages/87 is unknown
- —The endpoint path suggests a specific resource ID (87) but there is no explanation of what this ID represents
- —The broader platform lists many API categories but this specific mortgage endpoint is not listed on the homepage catalog
Citations
- —The platform advertises $0.02 per request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —The x402 challenge shows maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/v1/mortgages/87