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 #130 via a POST request, gated by an x402 payment challenge. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure utility APIs — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/130/status` accepts POST requests and requires an X-PAYMENT header containing a valid x402 payment proof. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
The platform advertises no API keys, no rate limits, and instant access. However, documentation pages (/docs, /pricing, /api, /README) all resolve to a minimal "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The actual data returned by this order-status endpoint is unknown beyond the stated mime type of application/json.
Capabilities
Use cases
- —Checking the status of a specific order (#130) programmatically
- —Demonstrating x402 payment-gated API access on Base
- —Integrating micropayment-based API calls into agent workflows
Fit
Best for
- —Developers experimenting with x402 payment protocols
- —Agents needing pay-per-call order status checks on Base
- —Projects exploring keyless, wallet-authenticated API access
Not for
- —Production order management systems (endpoint is hardcoded to order 130)
- —Users without a Base-network USDC wallet
- —Anyone needing detailed API documentation or OpenAPI specs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/130/status \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, the endpoint is hardcoded to a single order ID, there is no OpenAPI spec, no request/response schema, and all documentation pages return only a 'Connect wallet' stub. The actual utility and response format are unknown.
Warnings
- —Endpoint is hardcoded to order #130 — unclear if other order IDs are supported or if this is a demo
- —No OpenAPI spec or response schema available; response format is entirely unknown
- —All documentation pages (/docs, /pricing, /api, /README) return only a 'Connect wallet' prompt with no content
- —Platform lists many other endpoints (AI, finance, utils) but this listing covers only /api/v1/orders/130/status
Citations
- —maxAmountRequired is 20000 base units of USDC on Base, equaling $0.02https://lowpaymentfee.com/api/v1/orders/130/status
- —Platform advertises $0.02/request, no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/orders/130/status