x402basequality 0.30

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 #132 via an x402-gated POST request. It is part of a broader platform that offers a variety of API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per call and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/132/status` is labeled "Premium API Access" in the x402 challenge. It accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, with a 300-second timeout window.

The platform advertises no API keys, no rate limits, and instant access. However, documentation beyond the landing page is essentially empty (all subpages just show "Connect wallet"), so the actual response schema and the meaning of the order status payload are unknown. It is unclear whether order 132 is a fixed demo resource or whether other order IDs are queryable at similar paths. The lack of documentation significantly limits the usefulness of this listing for programmatic integration.

Capabilities

x402-paymentusdc-baseorder-statusmicropaymentjson-responsepost-method

Use cases

  • Checking the status of a specific order via a single micropayment
  • Demonstrating x402 protocol integration with USDC on Base
  • Agent-driven order tracking with per-call billing

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need pay-per-call order status lookups
  • Low-volume, no-commitment API consumption without API keys

Not for

  • Production order management systems (response schema undocumented)
  • Bulk order status polling (no documented batch endpoint)
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/132/status
# Returns 402 with x402 challenge. Attach X-PAYMENT header with signed USDC payment on Base to receive the order status response.

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation of the response schema, no OpenAPI spec, and all doc/pricing/API pages are empty stubs showing only 'Connect wallet'. The specific endpoint path (/orders/132/status) appears to be a single hardcoded resource with no explanation of what it returns.

Warnings

  • No documentation available — all subpages (docs, api, pricing, README) render only 'Connect wallet'
  • Response schema for the order status endpoint is completely unknown
  • It is unclear whether order ID 132 is a demo fixture or a real queryable resource
  • No OpenAPI or machine-readable schema provided
  • The endpoint path is very specific (/orders/132/status); generalizability to other order IDs is unconfirmed

Citations

Provenance

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

Agent access