x402basequality 0.35

Check order status via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the status of order #87 via a POST request, gated behind an x402 payment challenge. It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/87/status` is labeled "Premium API Access" in the x402 challenge. The payment scheme is "exact" with a maxAmountRequired of 20,000 base units of USDC (the asset at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, which uses 6 decimals), equating to $0.02 per call. No API keys are required; callers authenticate purely via the X-PAYMENT header containing a signed payment proof. The endpoint responds with application/json.

The platform advertises no rate limits, no minimums, and instant access. Documentation pages (/docs, /pricing, /api, /README) all appear to require a wallet connection and contain no additional textual content in the crawl. There is no OpenAPI schema or ai-plugin manifest available. Because this endpoint is hardcoded to a single order ID (87), its general utility is unclear — it may be a demo or placeholder rather than a parameterized order-status service.

Capabilities

x402-paymentusdc-baseorder-statuspay-per-callno-api-key

Use cases

  • Checking the status of a specific order (#87) via automated agent
  • Demonstrating x402 payment flow integration on Base network
  • Testing micropayment-gated API consumption patterns

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need to make small per-call payments in USDC on Base
  • Prototyping pay-per-use API architectures

Not for

  • General-purpose order management (endpoint is hardcoded to order 87)
  • Users without a Base-network USDC wallet
  • High-volume batch order lookups

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, the endpoint is hardcoded to a single order ID with no documented request/response schema, no OpenAPI spec, and all documentation pages are empty behind a wallet gate. Its general utility is questionable.

Warnings

  • Endpoint is hardcoded to order ID 87 — unclear if this is parameterizable or a demo
  • No OpenAPI schema or response examples available
  • All documentation pages (/docs, /pricing, /api, /README) returned only 'Connect wallet' with no usable content
  • No input or output schema beyond the x402 challenge metadata
  • The broader platform lists many endpoints but none have documented schemas

Citations

Provenance

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

Agent access