x402basequality 0.30

Order status lookup via x402 micropayment on Base network, $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 information behind an x402 paywall. The specific resource `/api/v1/orders/33/status` returns order status data in JSON format when called via POST with a valid x402 payment header. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals).

The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and utility/infrastructure services — all priced uniformly at $0.02 per request. The platform requires no API keys, advertises no rate limits, and uses the x402 protocol for instant, wallet-based access 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 technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled content. The endpoint is confirmed live (returns a proper 402 challenge), but the actual behavior and response format of the order status resource can only be inferred from the x402 challenge metadata.

Capabilities

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

Use cases

  • Checking the status of a specific order programmatically
  • Integrating order tracking into an agent workflow with per-call USDC payments
  • Demonstrating x402 protocol micropayments on Base network

Fit

Best for

  • Agents needing on-demand order status without API key registration
  • Developers exploring x402 pay-per-call patterns on Base
  • Low-volume order lookups where $0.02/call is acceptable

Not for

  • High-volume order monitoring requiring bulk or subscription pricing
  • Users who need detailed API documentation or guaranteed SLAs
  • Querying arbitrary order IDs (this endpoint is hardcoded to order 33)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it accepts payments. However, documentation is essentially nonexistent — all doc/pricing/API pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, no examples, and the endpoint path is hardcoded to a single order ID (33), making its general utility unclear. The listing is effectively a stub.

Warnings

  • Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no technical content
  • No OpenAPI or schema documentation available
  • Endpoint path is hardcoded to order ID 33 — unclear if other order IDs are supported or how to discover them
  • No request body schema or response schema documented anywhere
  • The platform advertises many API categories but none have visible documentation

Citations

Provenance

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

Agent access