x402basequality 0.35

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

The x402 challenge confirms the endpoint is live and accepts exact-scheme payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The maxAmountRequired is 20000 base units, which equals $0.02 (USDC uses 6 decimals). No API keys are needed; callers simply attach the X-PAYMENT header with a valid payment proof. The platform advertises no rate limits and instant access.

Note that this specific endpoint path (/api/v1/orders/121/status) is not listed among the platform's advertised API categories (analytics, AI, finance, infrastructure). It appears to be an order-status lookup, possibly a demo or internal endpoint. Documentation pages (/docs, /pricing, /api, /README) all returned only a "Connect wallet" prompt with no substantive content, so the actual response schema and detailed behavior of this endpoint are unknown.

Capabilities

x402-paymentusdc-baseorder-statusmicropaymentno-api-keypay-per-request

Use cases

  • Checking the status of a specific order programmatically
  • Demonstrating x402 payment-gated API access on Base
  • Agent-driven order tracking with per-request USDC micropayments

Fit

Best for

  • Developers experimenting with x402 payment protocols
  • Agents that need to query order status without API key management
  • Low-volume, pay-as-you-go order lookups

Not for

  • High-volume order management systems (no bulk pricing or batch endpoints documented)
  • Users without a Base-network USDC wallet
  • Anyone needing detailed API documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, this specific path is not documented on the site, no OpenAPI schema exists, all doc pages are empty stubs, and the response format is entirely unknown. Effectively a stub listing.

Warnings

  • Documentation pages (/docs, /pricing, /api, /README) contain no usable content — only a 'Connect wallet' prompt.
  • This specific endpoint path (/api/v1/orders/121/status) is not listed among the platform's advertised APIs; it may be a demo or internal route.
  • No response schema or example responses are available; actual output format is unknown.
  • No OpenAPI spec or structured API documentation was found.

Citations

Provenance

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

Agent access