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 amortization schedule for a specific loan (loan ID 28 in the URL path). It is part of a broader platform offering various pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all settled via the x402 protocol on the Base network using USDC.

The endpoint is live and returns a 402 challenge requesting payment of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per request. Payment is made via an exact-scheme x402 header to the specified wallet address. The response MIME type is application/json. The endpoint accepts POST requests and is marked as discoverable.

Documentation beyond the landing page 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 documentation, and no examples of what fields the loan schedule response contains or what POST body (if any) is expected. The specific loan ID 28 is hardcoded in the path, and it is unclear whether other loan IDs are available or how loans are created. Users should expect to experiment with the endpoint to discover its behavior.

Capabilities

loan-amortization-schedulex402-paymentusdc-settlementbase-networkpay-per-requestjson-response

Use cases

  • Retrieving a loan amortization schedule showing principal and interest breakdowns per period
  • Integrating loan schedule data into financial planning tools or dashboards
  • Agent-driven financial calculations that need structured loan repayment data

Fit

Best for

  • Developers needing on-demand loan schedule data without API key management
  • AI agents that can settle x402 micropayments for financial data
  • Applications requiring pay-per-use loan amortization calculations

Not for

  • Users who need detailed API documentation or request/response schemas before integrating
  • Bulk loan schedule generation (no evidence of batch support or parameterized loan creation)
  • Non-crypto payment workflows — only USDC on Base is accepted

Quick start

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

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 ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation of what the loan schedule contains, and no examples. The loan ID is hardcoded in the path with no explanation. Docs pages are empty beyond a wallet connect prompt. This is effectively a stub listing.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
  • No request body schema documented; unclear what POST body (if any) is expected
  • Loan ID 28 is hardcoded in the endpoint path; no documentation on how loans are created or whether other IDs exist
  • No response schema or example response available
  • No OpenAPI or ai-plugin manifest found

Citations

Provenance

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

Agent access