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 #20 via a POST request, gated behind 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/20/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 (the asset at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, which uses 6 decimals), equating to $0.02 per call. Payment is made via the X-PAYMENT header; no API keys or accounts are required. The endpoint responds with application/json.

Documentation on the site is extremely sparse — the docs, API, pricing, and README 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 fields the order status response contains. The platform advertises no rate limits and no minimums, but these claims cannot be independently verified from the crawled material.

Capabilities

x402-paymentusdc-basepay-per-requestorder-statusmicropaymentjson-response

Use cases

  • Checking the status of a specific order programmatically via a single micropayment
  • Demonstrating x402 payment-gated API access on the Base network
  • Integrating pay-per-call order lookups into agent workflows without API key management

Fit

Best for

  • Agents or services that need one-off order status checks without subscription commitments
  • Developers experimenting with x402 payment protocol on Base
  • Workflows requiring keyless, instant-access API calls settled in USDC

Not for

  • High-volume order management requiring bulk or batch status queries
  • Users who need detailed API documentation or guaranteed SLAs
  • Applications that cannot settle payments in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/20/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 (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The endpoint path is hardcoded to a single order ID (20), making its general utility unclear.

Warnings

  • Documentation pages (/docs, /api, /pricing, /README) all return only a 'Connect wallet' prompt with no actual content.
  • No OpenAPI or schema available — request body format and response structure are unknown.
  • The endpoint path is hardcoded to order ID 20; it is unclear whether other order IDs are supported or how to discover them.
  • The platform's broader API offerings (AI, analytics, finance, etc.) are listed but none have documented schemas or examples.

Citations

Provenance

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

Agent access