x402basequality 0.25

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/88/status` returns order status data in JSON format when called with a valid x402 payment header. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).

The broader lowpaymentfee.com platform advertises a suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and infrastructure utilities — all uniformly priced at $0.02 per request. The platform emphasizes no API keys, no rate limits, and instant access via the x402 protocol. However, the specific endpoint being listed here is an order status endpoint (`/api/v1/orders/88/status`), which appears to be a single hardcoded order ID rather than a parameterized resource.

Documentation is extremely sparse — the docs, API, pricing, 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 detailed documentation for what fields the order status response contains or what input parameters are accepted. The endpoint is confirmed live (returns a proper 402 x402 challenge via POST), but the actual behavior after payment is unknown from the available material.

Capabilities

x402-paymentusdc-base-networkorder-statusjson-responsemicropaymentno-api-key

Use cases

  • Checking the status of a specific order via a pay-per-call micropayment
  • Demonstrating x402 protocol integration for agent-to-agent commerce
  • Testing x402 payment flows on Base network with USDC

Fit

Best for

  • Developers experimenting with x402 protocol payments
  • Agents needing pay-per-call order status lookups without API keys
  • Low-cost micropayment API integration on Base L2

Not for

  • Production order management systems (hardcoded order ID, no docs)
  • Users needing detailed API documentation or OpenAPI specs
  • High-volume order tracking with parameterized queries

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent (all doc pages show only 'Connect wallet'). The endpoint path contains a hardcoded order ID (88), there is no OpenAPI schema, no request/response examples, and no explanation of what data is returned. The platform lists many other endpoints but none have documented schemas.

Warnings

  • Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no usable content
  • Endpoint path contains hardcoded order ID '/orders/88/status' — unclear if this is parameterizable
  • No OpenAPI schema or response examples available
  • No information about what fields the order status response contains
  • Platform lists many API categories but none appear to have detailed documentation

Citations

Provenance

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

Agent access