x402-gated product inventory endpoint on Base, pay-per-request with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a product inventory resource (product ID 94) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals).
The hosting provider, lowpaymentfee.com, advertises a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific endpoint (/api/v1/products/94/inventory) is not listed on the provider's landing page among the advertised API categories. Its description is simply "Premium API Access," and no further documentation, request schema, or response schema is available from the crawled pages (docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content).
Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the x402 challenge itself, the actual data returned by this endpoint is unknown. It appears to be an inventory lookup for a specific product, but the fields, format, and semantics are unverified.
Capabilities
Use cases
- —Querying inventory status for product ID 94 via a single paid API call
- —Integrating pay-per-request inventory checks into an agent workflow without API key management
- —Demonstrating x402 protocol payment flows on the Base network
Fit
Best for
- —Agents or services that need on-demand inventory data without subscription commitments
- —Developers experimenting with x402 protocol integrations on Base
- —Automated workflows requiring keyless, pay-as-you-go API access
Not for
- —Use cases requiring documented request/response schemas before integration
- —High-volume inventory polling where per-request pricing may add up
- —Users who need detailed product catalog browsing (only product 94 is addressed by this endpoint)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/products/94/inventory \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific endpoint is not even listed on the provider's own landing page. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown.
- —This specific endpoint (/api/v1/products/94/inventory) is not listed among the provider's advertised APIs.
- —All documentation pages (docs, pricing, README) returned only 'Connect wallet' with no content.
- —The purpose and data returned by this endpoint cannot be verified beyond the 'Premium API Access' label.
Citations
- —The endpoint returns a 402 challenge with x402Version 1, requiring USDC payment on the Base network.https://lowpaymentfee.com/api/v1/products/94/inventory
- —The provider advertises $0.02 per request with no API keys, no rate limits, and instant access.https://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.https://lowpaymentfee.com/api/v1/products/94/inventory
- —maxAmountRequired is 20000 base units, which is $0.02 given USDC's 6 decimals.https://lowpaymentfee.com/api/v1/products/94/inventory