x402basequality 0.30

x402-gated product inventory endpoint on Base, pay-per-call with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a product inventory resource (product ID 59) via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services — all gated behind x402 micropayments settled in USDC on the Base network.

The specific endpoint `/api/v1/products/59/inventory` is labeled "Premium API Access" in the x402 challenge. It accepts POST requests and returns JSON. The maximum payment required per call is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 USD (USDC uses 6 decimals). This is consistent with the platform's uniform $0.02/request pricing advertised on its landing page. No API keys or rate limits are required; payment is handled entirely via the X-PAYMENT header per the x402 protocol.

Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the inventory data contains or what fields the POST body expects. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is difficult to know exactly what data is returned or what input parameters are accepted.

Capabilities

x402-paymentusdc-settlementbase-networkproduct-inventorypay-per-requestno-api-keyjson-response

Use cases

  • Querying product inventory data for product ID 59 via a single micropayment
  • Integrating pay-per-request inventory lookups into agent workflows without API key management
  • Programmatic inventory checks settled on-chain via USDC on Base

Fit

Best for

  • Agents or applications needing on-demand inventory data with no subscription commitment
  • Developers experimenting with x402 payment-gated APIs
  • Use cases requiring keyless, permissionless API access

Not for

  • Users needing detailed API documentation or schema validation before integration
  • High-volume inventory polling where per-request costs accumulate quickly
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/products/59/inventory \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no meaningful documentation — the docs pages only show a wallet connect prompt. The endpoint's actual data content (what 'product 59 inventory' means) is entirely unknown.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all render only 'Connect wallet' with no content
  • No OpenAPI or JSON schema describing request parameters or response format
  • The purpose and content of 'product 59 inventory' is undocumented and unclear
  • The platform appears to be a generic x402 demo/showcase; actual data quality and reliability are unknown

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:37:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access