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 lowpaymentfee.com provides access to mortgage-related data at the path `/api/v1/mortgages/97`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services — all gated via the x402 payment protocol on the Base network using USDC.

The specific endpoint `/api/v1/mortgages/97` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). This is consistent with the platform's uniform $0.02/request pricing displayed on its landing page. Payment is made inline via the X-PAYMENT header; no API keys, subscriptions, or rate limits are required.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no description of what the mortgages resource actually returns. The endpoint path suggests it retrieves or processes data for a specific mortgage record (ID 97), but the exact input parameters and response shape are unknown. The platform appears live and the 402 challenge is well-formed, but the lack of documentation makes integration speculative.

Capabilities

x402-paymentusdc-basepay-per-requestmortgage-datajson-apino-api-key

Use cases

  • Retrieving mortgage record data programmatically with per-call USDC payment
  • Integrating mortgage information into financial dashboards or agent workflows
  • Demonstrating x402 pay-per-request protocol usage on Base

Fit

Best for

  • Developers experimenting with x402 payment-gated APIs
  • Agents needing on-demand mortgage data without API key management
  • Micro-payment use cases on the Base L2 network

Not for

  • Production mortgage underwriting or compliance workflows (no documentation or schema guarantees)
  • Users who need detailed API documentation or SLAs before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/mortgages/97 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI spec, no request/response schema, no documentation, and no indication of what the mortgages resource actually returns. This is effectively a stub listing.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README all render only a wallet-connect prompt
  • No OpenAPI or JSON schema for request or response bodies
  • The specific resource '/api/v1/mortgages/97' is not listed on the landing page among advertised endpoints, so its purpose and data content are unknown
  • No examples of request parameters or response payloads available

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 06:07:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access

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