Mortgage data endpoint on Base, pay-per-request via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to mortgage-related data at the path `/api/v1/mortgages/94`. It is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network.
The specific endpoint `/api/v1/mortgages/94` accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x8335…2913) using the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the platform's advertised flat $0.02/request pricing across all endpoints. No API keys, rate limits, or upfront commitments are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof.
Note that the endpoint path suggests a resource-specific mortgage record (ID 94), but no documentation explains the request body schema, available fields, or what mortgage data is returned. The platform's docs, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. Without an OpenAPI spec or example responses, the exact capabilities of this endpoint remain unclear.
Capabilities
Use cases
- —Retrieving mortgage record data programmatically with per-call USDC payment
- —Integrating mortgage information into agent workflows without API key management
- —Accessing financial data via x402 micropayments on Base L2
Fit
Best for
- —Agents or apps that need on-demand mortgage data with no subscription
- —Developers experimenting with x402 pay-per-call protocols
- —Crypto-native workflows that can settle USDC on Base
Not for
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Bulk mortgage data retrieval where per-call pricing would be expensive
- —Non-crypto users who cannot generate x402 payment proofs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/94 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The purpose of the specific /mortgages/94 path is unexplained. This is effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response format are unknown
- —All documentation pages (docs, pricing, README, api) render only 'Connect wallet' with no technical content
- —The endpoint path /mortgages/94 suggests a specific resource ID but no explanation of the data model exists
- —The platform lists many endpoint categories but /mortgages/ is not among the advertised categories on the homepage
Citations
- —The endpoint returns a 402 challenge with x402Version 1, exact scheme, USDC on Base, maxAmountRequired 20000https://lowpaymentfee.com/api/v1/mortgages/94
- —Platform advertises $0.02/request flat pricing with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/mortgages/94