x402basequality 0.30

Pay-per-call order status API on Base network via x402 protocol, $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides order status information via a POST request, gated behind the x402 payment protocol. It accepts USDC payments on the Base network at $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid payment proof to access the resource.

The specific endpoint `/api/v1/orders/44/status` appears to return order status data in JSON format. It is part of a broader platform offering multiple API categories including data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced uniformly at $0.02 per request. The platform emphasizes simplicity: no subscriptions, no commitments, and instant access via crypto micropayments.

Documentation is extremely sparse. The landing page lists available endpoints and pricing, but the /docs, /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 detailed documentation for what parameters this endpoint accepts or what fields the response contains.

Capabilities

x402-paymentusdc-base-networkorder-statuspay-per-requestno-api-keyjson-response

Use cases

  • Checking the status of a specific order programmatically
  • Integrating order tracking into automated workflows
  • Demonstrating x402 pay-per-call protocol usage

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing pay-per-call order status without API key management
  • Low-volume order status lookups without subscription commitments

Not for

  • High-volume order management systems needing bulk queries
  • Users without USDC on Base network
  • Anyone needing detailed API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/44/status \
  -H "X-PAYMENT: <x402-payment-proof>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear, but there is no documentation, no request/response schema, no examples, and the endpoint path is hardcoded to a specific order ID (44), making its general utility unclear. Docs pages are empty.

Warnings

  • No API documentation available — /docs, /pricing, /README all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • Endpoint path is hardcoded to order ID 44; unclear if this is parameterizable
  • The platform's actual data sources and service reliability are unknown

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 06:21:42Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access