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 #107 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 spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/107/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 (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, which has 6 decimals), equating to $0.02 USD. Payment is made via the X-PAYMENT header per the x402 protocol, with a 300-second timeout. No API keys or rate limits are advertised; access is instant once payment is included.

Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what the order status response actually contains. The endpoint is live (returns a proper 402 challenge), but the lack of documentation makes it difficult to know what payload to send or what response to expect beyond the stated MIME type of application/json.

Capabilities

x402-paymentusdc-basepay-per-requestorder-statusjson-apino-api-keymicropayment

Use cases

  • Checking the status of a specific order programmatically with per-request USDC payment
  • Integrating x402 micropayment-gated order lookups into agent workflows
  • Demonstrating x402 protocol usage on Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing pay-per-call order status checks without API key management
  • Low-volume, on-demand order status queries

Not for

  • High-volume order management requiring bulk or subscription pricing
  • Users who need detailed API documentation or response schema guarantees
  • Production systems requiring SLA or uptime guarantees

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is zero documentation on request format, response schema, or what 'order 107 status' actually returns. Docs pages are empty. No OpenAPI spec or examples exist.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • The endpoint path is hardcoded to order 107; unclear if other order IDs are supported or how to discover them
  • No SLA, rate limit, or uptime information available
  • Response content and structure are completely unknown

Citations

Provenance

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

Agent access