x402-gated order status endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides order status lookups via the x402 payment protocol. The specific resource `/api/v1/orders/99/status` is a POST endpoint that returns JSON and costs $0.02 per request (20,000 base units of USDC on the Base network, where USDC has 6 decimals). Payment is made inline via the X-PAYMENT header with no API keys, accounts, or rate limits required.
The broader lowpaymentfee.com platform advertises a suite of x402-gated APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text 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 and settle in USDC on the Base L2 network.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the order status endpoint actually returns or what input it expects beyond being a POST request. The endpoint is live and returns a valid x402 challenge, but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Checking the status of an order by ID via a single paid API call
- —Integrating order status lookups into an agent workflow without managing API keys
- —Demonstrating x402 payment protocol integration for per-request billing
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need stateless, pay-per-call order lookups
- —Projects that want to avoid API key management and subscriptions
Not for
- —Production order management systems (no documentation on request/response schema)
- —High-volume order tracking (no bulk or batch endpoint documented)
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/99/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and the purpose of the specific '/orders/99/status' resource is unclear (the '99' appears hardcoded). The broader platform lists many endpoints but provides no detail on any of them.
Warnings
- —Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no usable content.
- —No OpenAPI or request/response schema available — input format and response structure are unknown.
- —The endpoint path contains a hardcoded order ID '99'; it is unclear whether this is parameterized or a demo resource.
- —The platform lists many API categories (AI, finance, analytics, etc.) but provides zero documentation for any of them — actual functionality is unverifiable.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/orders/99/status
- —All endpoints are listed at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform advertises APIs across data & analytics, AI & ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —Documentation, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs