x402basequality 0.30

x402-gated premium API endpoint on Base, pay-per-call with USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. The specific resource at `/api/v1/generate/resource/140` is listed as "Premium API Access" but its exact functionality is not documented beyond that label. It is likely one of the generation/utility endpoints offered by the platform.

Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The maximum amount required per call is 20,000 base units of USDC, which at 6 decimals equals $0.02 USD — consistent with the platform's advertised flat pricing of $0.02 per request. The endpoint accepts HTTP POST requests and returns `application/json` responses. No API keys are required; payment is made inline via the `X-PAYMENT` header per the x402 specification.

The platform advertises no rate limits, no minimum commitments, and instant access. However, 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 data or functionality this specific resource provides. Agents should treat this as a low-documentation endpoint where the actual behavior must be discovered empirically.

Capabilities

x402-paymentusdc-basepay-per-requestjson-responseno-api-keyhttp-post

Use cases

  • Programmatic access to a generation/utility endpoint with per-call USDC micropayments
  • Agent-driven workflows that need keyless, pay-as-you-go API access on Base
  • Testing x402 protocol integrations with a low-cost endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless pay-per-request API access
  • Low-cost micropayment API consumption on Base L2

Not for

  • Users who need well-documented API contracts and schemas before integration
  • High-volume production workloads requiring SLA guarantees
  • Anyone needing to understand exact endpoint behavior before paying

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/generate/resource/140 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{}'

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 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality of resource/140 is unknown. All non-landing pages return only a 'Connect wallet' stub.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
  • The specific functionality of /api/v1/generate/resource/140 is undocumented; 'Premium API Access' is the only descriptor
  • No OpenAPI schema or request/response examples are provided
  • No information on what input the POST body should contain or what the response looks like

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 23:32:13Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-28

Agent access