Check order status via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the status of order #60 via an x402-gated POST request. It is part of a broader platform that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/60/status` is labeled "Premium API Access" in the x402 challenge. The challenge confirms the endpoint is live, accepting POST requests, and requires a payment of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme to the specified payTo address, with a 300-second timeout.
Documentation on the site 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 spec, no request/response schema documentation, and no usage examples. The platform advertises no API keys, no rate limits, and instant access, but the actual behavior and response format of this particular order-status endpoint are undocumented beyond the x402 challenge metadata.
Capabilities
Use cases
- —Checking the status of a specific order (#60) via a paid API call
- —Demonstrating x402 protocol micropayment integration on Base
- —Agent-driven order tracking with per-call USDC settlement
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing pay-per-call order status checks
- —Projects requiring no-API-key, instant-access endpoints on Base
Not for
- —Bulk order management or querying arbitrary order IDs (endpoint is hardcoded to order 60)
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/60/status \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but the endpoint is narrowly scoped to a single hardcoded order ID. Documentation is effectively absent — all doc pages render only 'Connect wallet'. No request/response schema, no examples, and no OpenAPI spec are available.
Warnings
- —Endpoint is hardcoded to order ID 60; unclear if other order IDs are supported or if this is a demo
- —All documentation pages (docs, API, pricing, README) return only 'Connect wallet' with no usable content
- —No OpenAPI spec or response schema available — response format is unknown
- —The 'Premium API Access' label is generic and does not describe what the endpoint actually returns
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base, equaling $0.02https://lowpaymentfee.com/api/v1/orders/60/status
- —The platform advertises all APIs at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/orders/60/status
- —Documentation pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs