x402basequality 0.25

Mortgage data endpoint on Base, pay-per-call via x402 with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/mortgages/62` 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 62), 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.

The x402 challenge confirms the endpoint is live and accepts POST requests. Payment is settled on-chain on Base using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The payment scheme is "exact" with a 300-second timeout. No API keys or rate limits are advertised — access is gated purely by the x402 payment header.

Documentation is extremely sparse. The `/docs`, `/pricing`, `/api`, and `/README` pages all returned 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 parameters the POST body expects. The mortgage endpoint specifically is not listed on the homepage's catalog of available APIs, which raises questions about whether it is a production endpoint or a placeholder.

Capabilities

x402-paymentusdc-settlementbase-networkmortgage-datapay-per-requestno-api-key

Use cases

  • Retrieving mortgage-related data on a per-request basis without API key management
  • Integrating mortgage information into agent workflows that can settle payments via x402
  • Programmatic access to mortgage records for financial analysis

Fit

Best for

  • Agents or applications that can settle x402 payments on Base
  • Developers wanting keyless, pay-per-call access to mortgage data
  • Crypto-native workflows needing on-chain payment settlement

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • High-volume mortgage data consumers who need bulk pricing or subscription plans
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/mortgages/62 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the mortgage endpoint is not even listed in the provider's own homepage catalog. Effectively a stub listing.

Warnings

  • No OpenAPI spec or schema available for request or response
  • The /api/v1/mortgages/62 endpoint is not listed on the provider's homepage catalog of available APIs
  • All documentation pages (/docs, /pricing, /api, /README) returned only 'Connect wallet' with no content
  • Exact nature of the mortgage data returned is unknown — no field descriptions or sample responses available
  • This endpoint may be a placeholder or test resource

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 05:52:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access