x402basequality 0.35

Check order status via x402 micropayment on Base 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 #2 via a POST request, gated by the x402 payment protocol. It is part of a broader platform that offers a variety of API categories — data & analytics, AI & machine learning, 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/2/status` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an `X-PAYMENT` header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base mainnet, with a 300-second timeout window. No API keys or rate limits are required — access is purely pay-per-call.

The platform advertises a uniform $0.02/request pricing model across all its endpoints. Documentation pages (/docs, /pricing, /api) appear to require a wallet connection and contain no additional readable content. There is no OpenAPI schema, no detailed request/response documentation, and no example payloads available from the crawled material. The exact structure of the order status response is unknown.

Capabilities

x402-paymentusdc-baseorder-statuspay-per-callno-api-keyjson-response

Use cases

  • Checking the status of a specific order programmatically
  • Demonstrating x402 micropayment integration on Base
  • Agent-driven order tracking without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call order status lookups
  • Projects already using USDC on Base network

Not for

  • Bulk order management across many order IDs (endpoint is hardcoded to order 2)
  • Users who need detailed API documentation or OpenAPI specs before integrating
  • Non-crypto users who cannot pay in USDC on Base

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it works. However, the endpoint is scoped to a single hardcoded order ID (order 2), there is no OpenAPI schema, no request/response examples, and all documentation pages require wallet connection with no readable content. The purpose and utility of this specific endpoint are unclear.

Warnings

  • Endpoint is hardcoded to order ID 2 — unclear if other order IDs are supported or how to discover them.
  • No OpenAPI schema or request/response documentation available.
  • All doc pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt with no usable content.
  • The broader platform lists many endpoint categories but none were probed; only this single order-status endpoint is confirmed live.

Citations

Provenance

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

Agent access