x402basequality 0.30

x402-gated loan data endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/loans/11` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML, finance, infrastructure, and more. The specific endpoint appears to serve loan-related data (resource ID 11), though the exact response schema is not documented. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 exact payment scheme.

The x402 challenge indicates a maximum amount of 20,000 base units of USDC. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

Documentation is extremely sparse. The landing page lists many endpoint categories but provides no request/response schemas, parameter descriptions, or example payloads. The `/docs`, `/api`, `/pricing`, and `/README` pages all render only a "Connect wallet" prompt with no substantive content. The specific `/api/v1/loans/11` endpoint is not listed on the homepage's API catalog, making its purpose and output format unclear. It accepts POST requests based on the outputSchema in the x402 challenge.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestloan-datapost-endpointjson-response

Use cases

  • Retrieving loan-related data on a per-request payment basis
  • Integrating pay-per-call financial data into agent workflows
  • Accessing loan information without API key registration

Fit

Best for

  • Agents needing on-demand loan data without subscription commitments
  • Developers experimenting with x402 payment protocol integrations
  • Low-volume consumers who prefer per-request pricing

Not for

  • High-volume loan data consumers who need bulk pricing or streaming
  • Users who need detailed API documentation and response schemas before integrating
  • Anyone requiring non-USDC or non-Base-network payment options

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

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

Warnings

  • The /api/v1/loans/11 endpoint is not listed in the provider's public API catalog — its purpose and data format are unknown.
  • All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no substantive content.
  • No request parameters or response schema are documented anywhere.
  • The broader lowpaymentfee.com platform lists many endpoint categories but none appear to have detailed docs.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 05:16:39Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-28

Agent access