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/13` 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 13), 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, and the x402 challenge confirms a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02.

The platform markets itself as requiring no API keys, no rate limits, and offering instant access. Payment is handled entirely through the x402 payment header on each request. The endpoint is live and returns a valid 402 challenge when called without payment. However, documentation is extremely thin — the docs, API, pricing, and README pages all render 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 POST body is expected. The mortgages endpoint is not listed on the homepage's catalog of available APIs, which raises questions about whether it is a production endpoint or a test/demo resource.

Capabilities

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

Use cases

  • Retrieving mortgage-related data on a per-request payment basis
  • Integrating mortgage information into agent workflows without API key management
  • Programmatic access to mortgage records settled via crypto micropayments

Fit

Best for

  • Agents or apps needing on-demand mortgage data without subscription commitments
  • Developers experimenting with x402 pay-per-call patterns
  • Use cases where avoiding API key provisioning is valuable

Not for

  • Production mortgage applications requiring documented, stable schemas and SLAs
  • Users who need detailed documentation or OpenAPI specs before integration
  • High-volume mortgage data consumers who would benefit from bulk pricing

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/mortgages/13 \
  -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 402 challenge, confirming pricing and settlement details. However, there is no documentation, no OpenAPI spec, no request/response schema, and the mortgages endpoint is not even listed in the provider's own homepage catalog. This is effectively a stub listing.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • The /api/v1/mortgages/13 endpoint is not listed in the provider's homepage API catalog, raising questions about its status.
  • No request body schema or response schema is documented anywhere; callers must guess at the expected input and output.
  • No OpenAPI or machine-readable spec is available.

Citations

Provenance

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

Agent access