x402basequality 0.30

x402-payable loan data endpoint on Base, settling per-request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a specific loan record (ID 53) via the x402 payment protocol. It accepts POST requests and returns JSON data after payment of up to $0.02 in USDC on the Base network. No API keys or accounts are required — callers attach an X-PAYMENT header with a signed USDC payment to receive the response.

The broader lowpaymentfee.com platform advertises a wide catalog of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and infrastructure utilities. All endpoints share the same $0.02-per-request pricing model with no rate limits or minimum commitments. However, the specific endpoint being listed here (/api/v1/loans/53) is not prominently documented on the site's landing page, and there is no detailed documentation describing the loan data schema, request parameters, or response format. The docs, pricing, and API pages all appear to require wallet connection and provide no additional textual content.

The endpoint is confirmed live: it returns a valid x402 version-1 challenge with an "exact" payment scheme, paying to address 0x1A2B…85F3 in USDC (contract 0x8335…2913) on Base. The maxAmountRequired of 20000 base units equals $0.02 given USDC's 6 decimals. Timeout is 300 seconds. Because the response schema and loan data fields are undocumented, agents should treat this as an exploratory endpoint until more documentation surfaces.

Capabilities

x402-paymentusdc-settlementbase-networkloan-datajson-responseper-request-pricingno-api-key

Use cases

  • Retrieving loan record data (ID 53) programmatically with per-call USDC payment
  • Integrating pay-per-request loan data into agent workflows without API key management
  • Exploring x402 protocol payment flows on Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call data access on Base
  • Projects requiring on-chain settled API calls

Not for

  • Production loan data pipelines requiring documented schemas and SLAs
  • Users without USDC on Base network
  • Bulk data retrieval where per-request fees add up quickly

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/loans/53 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-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, but there is no documentation for the /api/v1/loans/53 path — no request schema, no response schema, no description of what loan data is returned. The docs/pricing/API pages are empty beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • The /api/v1/loans/53 endpoint is not listed on the provider's landing page among advertised APIs — its purpose and data schema are unknown.
  • No documentation is available: docs, pricing, API, and README pages all render only a wallet-connect prompt with no content.
  • Response schema is completely undocumented; agents cannot predict the shape of returned data.
  • The broader platform lists many endpoint categories but none appear to have public documentation beyond the landing page tiles.

Citations

Provenance

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

Agent access