Order status lookup via x402 micropayment on Base (USDC, $0.02/request).
What it does
This endpoint at lowpaymentfee.com provides order status information for a specific order (order ID 90) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/orders/90/status` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed payment of up to 20,000 base units of USDC (i.e., $0.02, since USDC uses 6 decimals) to the payTo address on Base. No API keys, rate limits, or upfront commitments are required — each call is individually settled on-chain.
The platform advertises additional endpoints for metrics, reports, data export, insights, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02 price point. However, documentation beyond the landing page is extremely sparse (docs, API, pricing, and README pages all render only a "Connect wallet" prompt), so the actual response schema and behavior of this and other endpoints cannot be independently verified from the crawl material.
Capabilities
Use cases
- —Checking the status of a specific order programmatically
- —Demonstrating x402 pay-per-request payment flows
- —Integrating on-chain micropayment-gated API calls into agent workflows
Fit
Best for
- —Developers experimenting with x402 protocol integration
- —Agents that need to make small on-chain payments for API access
- —Use cases requiring no-signup, no-API-key access to order data
Not for
- —Bulk order management or querying arbitrary order IDs (endpoint is hardcoded to order 90)
- —Users who need detailed API documentation or response schema guarantees
- —Production systems requiring SLA-backed uptime and support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/90/status \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge), but the specific resource is a single hardcoded order ID with no documented request/response schema. All documentation pages beyond the landing page are empty ('Connect wallet' only). No OpenAPI spec, no examples, and no way to verify what the endpoint actually returns upon successful payment.
Warnings
- —Endpoint is scoped to a single hardcoded order ID (90); unclear if other order IDs are supported or how to discover them.
- —All documentation pages (docs, API, pricing, README) return only 'Connect wallet' with no actual content.
- —No OpenAPI spec or response schema available — response format is unknown.
- —The broader platform advertises many endpoints (AI, finance, utils) but none can be verified from crawl data.
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/orders/90/status
- —maxAmountRequired is 20000 base units of USDC (USD Coin, 6 decimals) = $0.02https://lowpaymentfee.com/api/v1/orders/90/status
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Platform lists endpoints for analytics, AI/ML, finance/Web3, and infrastructure utilitieshttps://lowpaymentfee.com
- —Documentation pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs