x402basequality 0.30

Check order status via x402 micropayment on Base 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 #34 via a POST request, gated by an x402 payment challenge. It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/34/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 (0x8335…2913 on Base, 6 decimals), which equals $0.02. Payment is made via the X-PAYMENT header per the x402 protocol. No API keys, rate limits, or upfront commitments are required — callers simply attach a valid x402 payment to each request.

The platform advertises additional endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, gas estimates, geocoding, validation, conversion, and data export, all at the same $0.02 price point. However, documentation beyond the landing page is extremely thin — the /docs, /pricing, /api, 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 material.

Capabilities

x402-paymentusdc-baseorder-statuspay-per-requestno-api-key

Use cases

  • Checking the status of a specific order programmatically with per-call payment
  • Demonstrating x402 protocol integration for micropayment-gated endpoints
  • Agents autonomously querying order status without pre-provisioned API keys

Fit

Best for

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

Not for

  • High-volume order management systems needing bulk queries at lower cost
  • Users who need detailed API documentation or OpenAPI specs before integrating
  • Querying arbitrary order IDs (this endpoint is hardcoded to order 34)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/34/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 (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page, and the endpoint is hardcoded to a single order ID (34), making its general utility unclear. The docs, pricing, and README pages are all empty stubs.

Warnings

  • No OpenAPI spec or request/response schema available
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • Endpoint is hardcoded to order ID 34 — unclear if other order IDs are supported or if this is a demo
  • The description 'Premium API Access' is generic and does not explain what data is returned
  • No examples of successful responses available

Citations

Provenance

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

Agent access