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 #152 via a POST request, gated behind an x402 payment challenge. The endpoint accepts USDC on the Base network at $0.02 per call (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — access is granted purely through per-request micropayment using the x402 protocol.

The broader lowpaymentfee.com platform advertises a suite of APIs spanning data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with the same pay-per-use model on the Base network.

This specific endpoint (/api/v1/orders/152/status) appears to be an order-status lookup. However, documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of what fields the response contains or what input the POST body expects. The endpoint is live (returns a valid 402 challenge), but its actual utility and response format remain unclear.

Capabilities

x402-paymentusdc-base-networkorder-status-lookupper-request-micropaymentno-api-key-required

Use cases

  • Checking the status of a specific order via programmatic micropayment
  • Demonstrating x402 protocol integration for pay-per-call APIs
  • Agent-driven order tracking without API key management

Fit

Best for

  • Developers experimenting with x402 micropayment protocols
  • Agents that need stateless, keyless API access via crypto payments
  • Quick order status checks without subscription overhead

Not for

  • Bulk order management or batch status queries (each call costs $0.02)
  • Users who need detailed API documentation or guaranteed SLAs
  • Production systems requiring well-documented response schemas

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts USDC on Base. However, there is no OpenAPI schema, no documented request/response format, no examples, and the docs pages are empty beyond a wallet-connect prompt. The endpoint path is hardcoded to a single order ID (152), making its general utility unclear. Effectively a stub listing.

Warnings

  • No API documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or output schema provided; response format is unknown
  • Endpoint path is hardcoded to order 152; unclear if this generalizes to other order IDs
  • No example request or response payloads available anywhere in crawled material

Citations

Provenance

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

Agent access