x402basequality 0.30

Order status lookup via x402 micropayment on Base (USDC, $0.02/request).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides order status information for a specific order (order ID 77) behind an x402 paywall. The provider operates a broader platform offering dozens of pay-per-call API endpoints across categories including data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/77/status` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an X-PAYMENT header with a valid payment proof. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 given USDC's 6 decimals. No API keys or rate limits are advertised; access is gated purely by micropayment.

Documentation is extremely sparse — the docs, pricing, API, 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 description of what fields the order status response contains. The endpoint path is hardcoded to order 77, so it is unclear whether this is a demonstration endpoint or whether other order IDs are queryable at similar paths. The platform's landing page lists many other endpoints but provides no detailed documentation for any of them.

Capabilities

x402-paymentusdc-baseorder-statuspay-per-callmicropaymentjson-responseno-api-key

Use cases

  • Checking the status of a specific order via a single micropayment
  • Demonstrating x402 protocol integration for pay-per-call APIs
  • Agent-driven order tracking without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call API access on Base
  • Quick order status lookups without subscription commitments

Not for

  • Bulk order management or querying many orders at scale
  • Users who need detailed API documentation before integrating
  • Production systems requiring SLA guarantees or support

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/77/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 x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint is hardcoded to a single order ID. The docs/pricing/API pages are all blank beyond a wallet connect prompt.

Warnings

  • No OpenAPI schema or response schema available — response format is unknown
  • Documentation pages (/docs, /pricing, /api, /README) contain no substantive content
  • Endpoint path is hardcoded to order ID 77; unclear if other order IDs are supported
  • No information about what fields the order status response contains
  • Provider platform lists many endpoints but none have detailed documentation

Citations

Provenance

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

Agent access