Check order status via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the status of order #122 via an x402-gated POST request. It is part of a broader platform that offers a variety of API endpoints across data & analytics, AI & machine learning, finance & Web3, and infrastructure categories — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/122/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 advertises a maxAmountRequired of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), which equals $0.02 given USDC's 6 decimals. The payment timeout is 300 seconds.
The platform advertises no API keys, no rate limits, and instant access. However, documentation is extremely thin — the docs, API, pricing, 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 explanation of what data the order status endpoint actually returns or what input it expects beyond a POST body. The endpoint path is hardcoded to order 122, which raises questions about whether this is a demo/example or a genuinely useful production endpoint.
Capabilities
Use cases
- —Checking the status of a specific order via a paid API call
- —Demonstrating x402 micropayment integration on Base
- —Agent-driven order tracking with per-request USDC payment
Fit
Best for
- —Developers experimenting with x402 protocol payments
- —Agents that need to pay per API call without API keys
- —Testing micropayment flows on Base network
Not for
- —Bulk order management or querying arbitrary order IDs (endpoint is hardcoded to order 122)
- —Users who need comprehensive API documentation or OpenAPI specs
- —Production order tracking systems requiring reliability guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/122/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and the endpoint is hardcoded to a single order ID (122), making its practical utility unclear. This is effectively a stub listing.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) all render only 'Connect wallet' with no actual content
- —No OpenAPI or schema documentation available
- —Endpoint is hardcoded to order ID 122 — unclear if other order IDs are supported or how to discover them
- —No request body schema or response examples available
- —Platform appears to be a demo or early-stage project
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/orders/122/status
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/orders/122/status