x402basequality 0.30

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

The specific endpoint `/api/v1/orders/66/status` is labeled "Premium API Access" in the x402 challenge. The platform advertises no API keys, no rate limits, and instant access. Payment is made via the x402 protocol using an exact-scheme challenge: the caller includes an X-PAYMENT header with a USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals) to the specified payTo address on Base. The response MIME type is application/json.

Documentation on the site is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no example payloads available. The actual data returned by this order-status endpoint is unknown beyond the JSON content type. The platform appears to be a demonstration or early-stage x402 marketplace rather than a mature production API.

Capabilities

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

Use cases

  • Checking the status of a specific order (#66) via a paid API call
  • Demonstrating x402 protocol payment flows on the Base network
  • Integrating pay-per-request order tracking into an agent workflow

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need to make one-off paid API calls without API keys
  • Testing micropayment-gated endpoint integration on Base

Not for

  • Production order management systems (endpoint is hardcoded to order 66)
  • Users needing detailed API documentation or OpenAPI specs
  • High-volume order tracking requiring bulk or subscription pricing

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/66/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 examples, and the docs pages are empty. The endpoint is hardcoded to a single order ID, and the platform appears to be a demo or early-stage project. Pricing is clear but there is no information about what the response actually contains.

Warnings

  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no usable content.
  • No OpenAPI spec or response schema available — the actual response payload is unknown.
  • Endpoint is hardcoded to order ID 66; unclear if other order IDs are supported or if this is a demo.
  • Platform appears to be early-stage or a demonstration; production reliability is unknown.

Citations

Provenance

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

Agent access