x402basequality 0.25

x402-gated order status endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides order status lookups via the x402 payment protocol. The specific resource `/api/v1/orders/99/status` is a POST endpoint that returns JSON and costs $0.02 per request (20,000 base units of USDC on the Base network, where USDC has 6 decimals). Payment is made inline via the X-PAYMENT header with no API keys, accounts, or rate limits required.

The broader lowpaymentfee.com platform advertises a suite of x402-gated APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request and settle in USDC on the Base L2 network.

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 description of what the order status endpoint actually returns or what input it expects beyond being a POST request. The endpoint is live and returns a valid x402 challenge, but the lack of documentation makes it difficult to use without experimentation.

Capabilities

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

Use cases

  • Checking the status of an order by ID via a single paid API call
  • Integrating order status lookups into an agent workflow without managing API keys
  • Demonstrating x402 payment protocol integration for per-request billing

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need stateless, pay-per-call order lookups
  • Projects that want to avoid API key management and subscriptions

Not for

  • Production order management systems (no documentation on request/response schema)
  • High-volume order tracking (no bulk or batch endpoint documented)
  • Users without USDC on Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and the purpose of the specific '/orders/99/status' resource is unclear (the '99' appears hardcoded). The broader platform lists many endpoints but provides no detail on any of them.

Warnings

  • Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no usable content.
  • No OpenAPI or request/response schema available — input format and response structure are unknown.
  • The endpoint path contains a hardcoded order ID '99'; it is unclear whether this is parameterized or a demo resource.
  • The platform lists many API categories (AI, finance, analytics, etc.) but provides zero documentation for any of them — actual functionality is unverifiable.

Citations

Provenance

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

Agent access