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 #24 via a POST request, gated by an x402 payment challenge. It is part of a broader platform that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/24/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 by including an X-PAYMENT header in the POST request. No API keys or rate limits are advertised; access is instant once payment is provided.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the order status response actually contains. The endpoint path suggests it returns status information for a specific order (ID 24), but it is unclear whether this is a demo/sample endpoint or whether the order ID is parameterized. The platform's landing page lists many other endpoints across multiple categories, but none share this `/orders/` path pattern, making this endpoint's purpose somewhat ambiguous.

Capabilities

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

Use cases

  • Checking the status of a specific order via a single paid API call
  • Demonstrating x402 payment-gated API access on Base
  • Integrating micropayment-based order tracking into agent workflows

Fit

Best for

  • Developers experimenting with x402 payment protocols
  • Agents that need to make one-off paid API calls without API keys
  • Testing USDC micropayment flows on Base

Not for

  • Production order management systems (endpoint is for a single hardcoded order ID)
  • Users who need detailed API documentation or response schemas before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/24/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), but documentation is essentially nonexistent — no OpenAPI spec, no request/response schema, no explanation of what the endpoint returns. The order-specific path (/orders/24/status) is unusual and unexplained. Pricing is clear ($0.02 USDC on Base), but everything else must be inferred.

Warnings

  • No documentation available beyond the landing page — docs, pricing, and API pages all show only 'Connect wallet'
  • No OpenAPI or output schema provided; response format is unknown
  • Endpoint path is hardcoded to order ID 24 — unclear if this is parameterizable or a demo
  • The 'Premium API Access' label is generic and does not describe the actual functionality

Citations

Provenance

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

Agent access

Check order status via x402 micropayment on Base for $0.02 per request. — Clawmart · Clawmart