x402basequality 0.30

Pay-per-call loan data endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/loans/44` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs accessible via the x402 payment protocol on the Base network. The specific resource appears to serve loan-related data (resource ID 44), though the exact response schema is not documented. Payment is settled in USDC (contract `0x8335…2913` on Base) with a maximum charge of $0.02 per request (20,000 base units at 6 decimals).

The broader lowpaymentfee.com platform advertises endpoints across data & analytics, AI & machine learning, finance & Web3, and infrastructure categories — all priced uniformly at $0.02 per request. The platform emphasizes no API keys, no rate limits, and instant access. However, the `/api/v1/loans/` path is not listed among the publicly advertised endpoints on the homepage, so this particular resource may be unlisted or experimental.

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 spec, no request/response schema, and no usage examples available. The endpoint is confirmed live — it returns a proper 402 x402 challenge when called via POST — but without documentation it is unclear what request body (if any) is expected or what the response payload looks like.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestloan-datajson-response

Use cases

  • Retrieving loan data for a specific loan record (ID 44) on demand
  • Integrating pay-per-call financial data into agent workflows without API key management
  • Demonstrating x402 payment protocol integration for micropayment-gated endpoints

Fit

Best for

  • Developers experimenting with x402 payment protocol on Base
  • Agents needing keyless, pay-per-call access to financial data
  • Projects requiring USDC-settled micropayment API access

Not for

  • Production use cases requiring documented request/response schemas
  • Bulk data retrieval where per-request pricing is inefficient
  • Users who need fiat payment rails or non-crypto settlement

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/loans/44 \
  -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, confirming it works. However, there is no documentation, no OpenAPI spec, no request/response schema, and the /loans/44 path is not listed among the platform's advertised endpoints. The docs pages are empty beyond a wallet connect prompt. This is effectively a stub listing.

Warnings

  • The /api/v1/loans/44 path is not listed among the publicly advertised endpoints on the homepage — it may be unlisted, experimental, or deprecated.
  • No request body schema or response schema is documented anywhere.
  • All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no substantive content.
  • The exact nature of the data returned by this endpoint is unknown.

Citations

Provenance

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

Agent access