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 #158 via a POST request, gated by the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which provides a broad catalog 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/158/status` is described as "Premium API Access" in the x402 challenge. The challenge confirms the endpoint is live, accepting POST requests, and requires an exact-scheme x402 payment of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The payment timeout is 300 seconds.
Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available. The platform advertises no API keys, no rate limits, and instant access, but the actual response format and fields for this order-status endpoint are unknown.
Capabilities
Use cases
- —Checking the status of a specific order (#158) via automated agent
- —Demonstrating x402 payment-gated API access on Base
- —Integrating pay-per-call order tracking into a workflow
Fit
Best for
- —Agents needing x402-compatible order status checks
- —Developers experimenting with x402 micropayment protocol on Base
- —Use cases requiring no-signup, pay-per-call API access
Not for
- —Querying arbitrary order IDs (this endpoint is hardcoded to order 158)
- —Users who need detailed API documentation or response schemas before integrating
- —High-volume order tracking where per-request fees add up
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/158/status \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The endpoint path is hardcoded to a single order ID (158), limiting general utility. Docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No OpenAPI spec or response schema available — actual response format is unknown.
- —Endpoint is hardcoded to order ID 158; unclear if other order IDs are supported at different paths.
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no content.
- —The platform lists many other endpoints but none have documented schemas either.
Citations
- —The x402 challenge requires up to 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base network, which equals $0.02.https://lowpaymentfee.com/api/v1/orders/158/status
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categories.https://lowpaymentfee.com