x402basequality 0.30

Pay-per-call product inventory 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 x402-enabled endpoint at lowpaymentfee.com provides access to product inventory data (specifically for product ID 100) via a POST request. Payment is handled inline using the x402 protocol on the Base network, settling in USDC (contract 0x8335…2913). Each call costs a maximum of 0.02 USDC (20,000 base units with 6 decimals), with no API keys, rate limits, or upfront commitments required.

The endpoint is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com spanning data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced uniformly at $0.02 per request. The specific endpoint enriched here targets inventory lookup, though the provider's landing page does not list this particular path among its featured APIs, suggesting it may be a demo or ancillary resource.

Documentation is extremely sparse. The /docs, /pricing, /api, and /README pages all resolve to a minimal "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no usage examples beyond the x402 challenge itself. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is difficult to know what request body to send or what shape the response takes.

Capabilities

x402-paymentusdc-settlementbase-networkproduct-inventorypay-per-callno-api-keypost-endpoint

Use cases

  • Querying product inventory levels with per-call USDC micropayments
  • Integrating inventory checks into agent workflows without API key management
  • Demonstrating x402 protocol payment flows on Base

Fit

Best for

  • Developers experimenting with x402 pay-per-call patterns
  • Agents needing keyless, on-demand inventory data access
  • Projects already operating on the Base L2 with USDC

Not for

  • Production inventory management requiring documented schemas and SLAs
  • High-volume bulk inventory queries where per-call pricing is inefficient
  • Users without Base network USDC wallets

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/products/100/inventory \
  -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 and returns a valid x402 challenge with clear pricing, but documentation is essentially nonexistent — no OpenAPI spec, no request/response schemas, no examples. The specific inventory endpoint is not even listed on the provider's own landing page. This is effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README all show only a wallet-connect prompt
  • No OpenAPI or request/response schema provided; request body and response format are unknown
  • This specific endpoint (/api/v1/products/100/inventory) is not listed among the provider's advertised APIs
  • Provider appears to be a demo or early-stage project with minimal content

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:01:12Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access