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 #69 via a POST request, gated by the x402 payment protocol. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/69/status` is described simply as "Premium API Access" with no further documentation on request or response schemas. The x402 challenge confirms the endpoint is live, accepting payments of up to 20,000 base units of USDC (0.02 USDC, i.e., $0.02) to wallet `0x1A2B...85F3` on Base. Payment is handled via the x402 exact scheme with a 300-second timeout. No API keys or rate limits are required — access is granted purely through per-request micropayment.
Documentation on the site is extremely sparse. 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, and no usage examples. The endpoint path suggests an order-status lookup, but the actual payload format and response structure are unknown.
Capabilities
Use cases
- —Querying the status of a specific order via a single micropayment
- —Demonstrating x402 payment-gated API access on Base network
- —Integrating pay-per-call order lookups into agent workflows
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing one-shot order status checks without API keys
- —Low-volume, on-demand order status queries
Not for
- —High-volume order management systems needing bulk queries
- —Users who need detailed API documentation or guaranteed SLAs
- —Querying arbitrary order IDs (this endpoint is hardcoded to order 69)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/69/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a title, and the endpoint path is hardcoded to a single order ID. The broader site's docs pages are empty stubs.
Warnings
- —No request or response schema available — payload format is entirely unknown
- —Documentation pages (/docs, /api, /pricing, /README) contain no substantive content
- —Endpoint path is hardcoded to order ID 69; unclear if other order IDs are supported via similar endpoints
- —No examples or usage guides provided by the provider
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/orders/69/status
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/orders/69/status
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com