x402basequality 0.35

x402-gated order status endpoint on Base, pay-per-call with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to order status information via the x402 payment protocol. The specific resource `/api/v1/orders/94/status` returns order status data for order ID 94 in JSON format, gated behind a per-request USDC micropayment on the Base network.

The endpoint accepts POST requests and requires an X-PAYMENT header conforming to x402 version 1. The maximum amount required per call is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimal places. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds.

lowpaymentfee.com hosts a broader suite of x402-gated APIs spanning data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all priced at $0.02 per request. No API keys, rate limits, or commitments are required. However, the crawled documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no substantive content, so the actual response schema and detailed behavior of this specific order-status endpoint remain undocumented.

Capabilities

x402-paymentusdc-micropaymentbase-networkorder-statuspay-per-requestno-api-keyjson-response

Use cases

  • Checking the status of a specific order via a single paid API call
  • Integrating pay-per-request order lookups into agent workflows
  • Demonstrating x402 micropayment gating for commerce endpoints

Fit

Best for

  • Agents that need on-demand order status without subscription overhead
  • Developers experimenting with x402 payment protocol on Base
  • Low-volume, pay-as-you-go order tracking

Not for

  • High-volume order management systems needing bulk queries
  • Users without a Base-network USDC wallet
  • Anyone needing detailed API documentation before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and its pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no response examples, no documentation beyond a wallet-connect prompt, and the endpoint path is specific to a single order ID (94), making its general utility unclear. Effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all return only a 'Connect wallet' prompt.
  • No response schema or example response is provided; actual output format is unknown.
  • The endpoint path is hardcoded to order ID 94; it is unclear whether other order IDs are supported or how to discover them.
  • The broader site advertises many API categories (AI, finance, analytics, etc.) but none could be verified beyond their listing on the homepage.

Citations

Provenance

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

Agent access