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 #29 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 utility categories — all priced at $0.02 per request settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/29/status` is labeled "Premium API Access" by the provider. The x402 challenge confirms it is live, accepting payments of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) to wallet `0x1A2B...85F3` on Base. Payment is via the "exact" scheme with a 300-second timeout. No API keys or rate limits are advertised; access is purely pay-per-request.

Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 outputSchema stub, and no examples of what the order-status response actually contains. The endpoint path is hardcoded to order 29, so it is unclear whether this generalizes to arbitrary order IDs or is a demo/test resource.

Capabilities

x402-paymentusdc-basepay-per-requestorder-statuspost-methodno-api-key

Use cases

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

Fit

Best for

  • Developers experimenting with x402 payment protocols
  • Agents needing on-demand order status without API key management
  • Low-volume, pay-as-you-go API consumers on Base

Not for

  • High-volume order management requiring bulk queries
  • Users needing detailed API documentation or response schemas before integrating
  • General-purpose order tracking across arbitrary order IDs (endpoint is hardcoded to order 29)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/29/status
# Returns 402 with x402 challenge; attach X-PAYMENT header with USDC payment proof on Base to get the order status.

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 documentation, no OpenAPI spec, no request/response examples, and the endpoint path is hardcoded to a single order ID. The docs pages are empty beyond a wallet-connect prompt, making this effectively a stub listing.

Warnings

  • No API documentation available — all doc pages render only 'Connect wallet'
  • No OpenAPI or response schema provided; actual response format is unknown
  • Endpoint path is hardcoded to order 29 — unclear if this generalizes to other order IDs
  • Provider site lists many endpoints but none have documented request/response contracts

Citations

Provenance

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

Agent access