Pay-per-call mortgage data endpoint on Base via x402, settled in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a specific mortgage record (ID 58) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, the specific mortgage endpoint (/api/v1/mortgages/58) is not listed on the provider's homepage among the advertised API categories. No documentation, request schema, or response schema is available for this particular endpoint beyond the x402 challenge metadata.
Because there is no OpenAPI spec, no example responses, and no documentation describing what fields the mortgage record contains or what POST body (if any) is expected, the actual data returned is unknown. The endpoint is confirmed live — it returns a proper 402 challenge — but callers should be aware that the response format is entirely undocumented.
Capabilities
Use cases
- —Retrieving mortgage record details for a specific loan ID
- —Integrating mortgage data into financial analysis pipelines
- —Agent-driven lookups of mortgage information with instant crypto payment
Fit
Best for
- —Developers needing on-demand mortgage data without API key management
- —AI agents that can settle payments via x402 on Base
- —Prototyping pay-per-call financial data integrations
Not for
- —Bulk mortgage data retrieval (no documented batch endpoint)
- —Users who need detailed documentation or response schema guarantees before calling
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/mortgages/58 \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation on request/response schema, no OpenAPI spec, and the mortgage endpoint is not even listed among the provider's advertised APIs. Effectively a stub listing with confirmed liveness.
Warnings
- —No documentation or schema available for /api/v1/mortgages/58
- —This specific endpoint is not listed among the provider's advertised APIs on the homepage
- —Response format and required POST body are completely unknown
- —Docs, pricing, API, and README pages all render only a 'Connect wallet' prompt with no useful content
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/mortgages/58
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/mortgages/58