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 #31 via a POST request, gated by the x402 payment protocol. It is part of a broader platform that offers a variety of 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/31/status` accepts POST requests and requires an X-PAYMENT header containing a valid x402 payment proof. The maximum amount required is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 given USDC's 6 decimals. The payment timeout is 300 seconds. No API keys or rate limits are advertised; access is entirely pay-per-request.
Documentation on the site 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 the order status response actually contains. The endpoint appears live (returns a proper 402 challenge), but the lack of documentation makes it difficult to know what payload to send or what response to expect beyond the stated MIME type of application/json.
Capabilities
Use cases
- —Checking the status of a specific order (#31) programmatically
- —Demonstrating x402 micropayment integration on Base
- —Agent-driven order tracking with per-request USDC payment
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need to check order status without API key management
- —Low-volume, pay-as-you-go order status lookups
Not for
- —High-volume order management systems (no bulk/batch support documented)
- —Users who need detailed API documentation or response schema guarantees
- —General-purpose order tracking across multiple order IDs (endpoint is hardcoded to order 31)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/31/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but documentation is essentially nonexistent — no OpenAPI spec, no request/response examples, and all doc pages show only 'Connect wallet'. The endpoint path is hardcoded to a single order ID (31), making its general utility unclear. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all render only 'Connect wallet'
- —No OpenAPI or output schema provided beyond MIME type application/json
- —Endpoint is hardcoded to order ID 31; unclear if other order IDs are supported at different paths
- —No request body schema documented; unknown what POST payload is expected
- —The broader platform advertises many API categories but none have documented schemas
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/orders/31/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 USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/orders/31/status
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs