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 #29 via a POST request, gated behind an x402 payment challenge. It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and utility categories — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/29/status` is labeled "Premium API Access" by the provider. The x402 challenge confirms it is live, accepting payments of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) to wallet `0x1A2B...85F3` on Base. Payment is via the "exact" scheme with a 300-second timeout. No API keys or rate limits are advertised; access is purely pay-per-request.
Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 outputSchema stub, and no examples of what the order-status response actually contains. The endpoint path is hardcoded to order 29, so it is unclear whether this generalizes to arbitrary order IDs or is a demo/test resource.
Capabilities
Use cases
- —Checking the status of a specific order via a single micropayment
- —Demonstrating x402 payment-gated API access on Base
- —Integrating pay-per-call order lookups into agent workflows
Fit
Best for
- —Developers experimenting with x402 payment protocols
- —Agents needing on-demand order status without API key management
- —Low-volume, pay-as-you-go API consumers on Base
Not for
- —High-volume order management requiring bulk queries
- —Users needing detailed API documentation or response schemas before integrating
- —General-purpose order tracking across arbitrary order IDs (endpoint is hardcoded to order 29)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/29/status
# Returns 402 with x402 challenge; attach X-PAYMENT header with USDC payment proof on Base to get the order status.Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no request/response examples, and the endpoint path is hardcoded to a single order ID. The docs pages are empty beyond a wallet-connect prompt, making this effectively a stub listing.
Warnings
- —No API documentation available — all doc pages render only 'Connect wallet'
- —No OpenAPI or response schema provided; actual response format is unknown
- —Endpoint path is hardcoded to order 29 — unclear if this generalizes to other order IDs
- —Provider site lists many endpoints but none have documented request/response contracts
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x8335…) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/orders/29/status
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages all show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs