Order status lookup via x402 micropayment on Base (USDC, $0.02/request).
What it does
This endpoint at lowpaymentfee.com provides order status information for a specific order (order ID 77) behind an x402 paywall. The provider operates a broader platform offering dozens of pay-per-call API endpoints across categories including data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/77/status` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an X-PAYMENT header with a valid payment proof. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 given USDC's 6 decimals. No API keys or rate limits are advertised; access is gated purely by micropayment.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the order status response contains. The endpoint path is hardcoded to order 77, so it is unclear whether this is a demonstration endpoint or whether other order IDs are queryable at similar paths. The platform's landing page lists many other endpoints but provides no detailed documentation for any of them.
Capabilities
Use cases
- —Checking the status of a specific order via a single micropayment
- —Demonstrating x402 protocol integration for pay-per-call APIs
- —Agent-driven order tracking without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Quick order status lookups without subscription commitments
Not for
- —Bulk order management or querying many orders at scale
- —Users who need detailed API documentation before integrating
- —Production systems requiring SLA guarantees or support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/77/status \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint is hardcoded to a single order ID. The docs/pricing/API pages are all blank beyond a wallet connect prompt.
Warnings
- —No OpenAPI schema or response schema available — response format is unknown
- —Documentation pages (/docs, /pricing, /api, /README) contain no substantive content
- —Endpoint path is hardcoded to order ID 77; unclear if other order IDs are supported
- —No information about what fields the order status response contains
- —Provider platform lists many endpoints but none have detailed documentation
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/orders/77/status
- —All endpoints 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 & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/orders/77/status