x402basequality 0.30

Check order status via x402 micropayment on Base (USDC, $0.02/request).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the status of order #56 via a POST request, gated by the x402 payment protocol. It accepts USDC payments on the Base network at a cost of $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request, settled in USDC on Base.

However, the specific endpoint being listed here — `/api/v1/orders/56/status` — is not documented on the site's landing page among the advertised API categories. It appears to be an order-status lookup, possibly for internal or demo purposes. No OpenAPI schema, request/response examples, or detailed documentation were found in the crawl. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content.

Capabilities

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

Use cases

  • Checking the status of a specific order programmatically
  • Demonstrating x402 payment-gated API access
  • Integrating pay-per-call order lookups into agent workflows

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need to pay per API call without API keys
  • Quick order status checks settled in USDC on Base

Not for

  • Bulk order management or batch status queries
  • Users who need detailed API documentation before integrating
  • Production systems requiring well-documented, stable endpoints

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but this specific endpoint is not documented on the site, no OpenAPI schema or response examples exist, and all doc pages returned only a wallet-connect prompt. The endpoint path references a hardcoded order ID (56), raising questions about general utility.

Warnings

  • Endpoint /api/v1/orders/56/status is not listed among the site's advertised APIs — may be internal or demo-only
  • Hardcoded order ID 56 in the path suggests this may not be a general-purpose endpoint
  • No documentation, request schema, or response examples available
  • All doc/pricing/API pages returned only 'Connect wallet' with no content

Citations

Provenance

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

Agent access