Check order status via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the status of order #39 via an x402-gated POST request. It is part of a broader platform offering multiple API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per call and settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/39/status` is labeled "Premium API Access" in the x402 challenge. Payment is handled via the x402 exact scheme: callers include an X-PAYMENT header with a USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals) to the specified payTo address on Base. No API keys or rate limits are advertised; access is purely pay-per-request.
Documentation is extremely sparse. The landing page lists available endpoints and pricing, but the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and no examples of what the order status response actually contains. The endpoint appears live (402 challenge returned successfully), 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 (#39) via programmatic API call
- —Demonstrating x402 micropayment integration on Base network
- —Agent-driven order tracking with per-request USDC payment
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing pay-per-call order status without API key management
- —Low-friction access to order data on Base network
Not for
- —Bulk order management or querying arbitrary order IDs (endpoint is hardcoded to order 39)
- —Users who need detailed API documentation or response schema before integrating
- —Non-crypto users who cannot pay in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/39/status \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 in USDC on Base). However, documentation is essentially nonexistent — no OpenAPI spec, no request/response examples, no description of what the endpoint returns. The endpoint path is hardcoded to a single order ID (39), which limits general utility. This is effectively a stub listing.
Warnings
- —No OpenAPI spec or response schema available — actual response format is unknown
- —Endpoint is hardcoded to order ID 39; unclear if other order IDs are supported
- —All documentation pages (/docs, /api, /pricing, /README) return only a 'Connect wallet' prompt with no content
- —No request body schema documented; unclear what POST body (if any) is expected
- —The platform lists many endpoint categories but this specific endpoint (orders/39/status) is not listed on the landing page
Citations
- —The x402 challenge requires up to 20,000 base units of USDC (asset 0x8335…) on Base networkhttps://lowpaymentfee.com/api/v1/orders/39/status
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com