Check order status via x402 micropayment on Base (USDC, $0.02/request).
What it does
This endpoint at lowpaymentfee.com returns the status of order #141 via a POST request, gated by the x402 payment protocol. It accepts USDC payments 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 — callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the resource.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request, settled in USDC on Base. However, the specific endpoint being listed here — `/api/v1/orders/141/status` — is an order-status lookup and does not appear in the site's public API catalog, so its exact response schema and purpose are unclear.
Documentation is extremely sparse: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no example request/response payloads, and no detailed documentation for any endpoint. The x402 challenge is live and well-formed, confirming the endpoint is operational, but the lack of documentation makes it difficult to know what data is returned or what input the POST body expects.
Capabilities
Use cases
- —Checking the status of a specific order programmatically with per-call USDC payment
- —Integrating x402-gated order lookups into agent workflows
- —Demonstrating x402 payment protocol integration on Base
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need keyless, pay-per-call API access on Base
- —Micropayment-gated order status checks
Not for
- —Production order management systems (endpoint is hardcoded to order 141)
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume batch order lookups (no evidence of parameterized order IDs)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/141/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint works. However, documentation is effectively nonexistent (all doc pages show only 'Connect wallet'), there is no OpenAPI spec, no example responses, and the endpoint path is hardcoded to a single order ID (141) with no indication of parameterization. The endpoint does not appear in the provider's own public API catalog.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all render only 'Connect wallet'
- —No OpenAPI or schema describing request body or response format
- —Endpoint is hardcoded to order ID 141; unclear if other order IDs are supported
- —This specific endpoint (/api/v1/orders/141/status) is not listed in the provider's public API catalog
- —No example request or response payloads available anywhere
Citations
- —The x402 challenge returns maxAmountRequired of 20,000 base units of USDC on Base, which equals $0.02https://lowpaymentfee.com/api/v1/orders/141/status
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform lists APIs across data/analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no contenthttps://lowpaymentfee.com/docs