x402basequality 0.30

Loan amortization schedule API, pay-per-request via x402 on Base (USDC).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns a loan payment schedule for a specific loan (loan ID 34 in the URL path). It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind the x402 payment protocol on the Base network using USDC.

The specific endpoint `/api/v1/loans/34/schedule` accepts POST requests and returns JSON. Based on the x402 challenge, the cost is 20,000 base units of USDC (0x8335…), which equals $0.02 per request (USDC uses 6 decimals). The platform advertises uniform $0.02/request pricing across all endpoints, no API keys, no rate limits, and instant access. Payment is settled on-chain on Base to the specified payTo address.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the loan schedule endpoint expects or returns. The endpoint is live (returns a proper 402 challenge), but without documentation it is unclear what POST body is required or what the response structure looks like. The loan ID 34 is hardcoded in the URL, suggesting either a demo/sample loan or that callers must know valid loan IDs in advance.

Capabilities

loan-scheduleamortizationx402-paymentusdc-basepay-per-requestjson-api

Use cases

  • Retrieve a payment schedule for a specific loan showing principal, interest, and balance over time
  • Integrate loan amortization data into financial dashboards or planning tools
  • Programmatic access to loan schedule data without API key management

Fit

Best for

  • Agents or apps needing on-demand loan schedule data with crypto micropayments
  • Developers who want key-free, pay-per-call financial APIs
  • Workflows requiring Base-network USDC settlement for API access

Not for

  • Users needing detailed API documentation or request/response schemas before integrating
  • Production systems requiring SLA guarantees or support contracts
  • Scenarios where creating or managing loans (not just reading schedules) is needed

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is zero documentation on request format, response schema, or what loan ID 34 represents. Docs pages are empty. No OpenAPI spec or examples exist. This is effectively a stub listing.

Warnings

  • No documentation available — all doc/pricing/API pages render only 'Connect wallet' with no content
  • No request body schema or response schema documented; callers must guess the POST payload
  • Loan ID 34 is hardcoded in the URL with no explanation of how to discover valid loan IDs
  • No OpenAPI specification or example requests/responses provided by the provider

Citations

Provenance

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

Agent access