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 #19 via a POST request, gated by an x402 payment challenge. It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network.
The x402 challenge confirms the endpoint is live and accepts exact-scheme payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The maximum amount required is 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The timeout for payment settlement is 300 seconds.
The specific endpoint probed (/api/v1/orders/19/status) appears to be an order-status lookup, but the platform's landing page does not list this particular route among its advertised APIs. The advertised categories include 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. Documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no substantive content, so details about request/response schemas, authentication flows, and actual data returned are unknown.
Capabilities
Use cases
- —Checking order status with a single USDC micropayment on Base
- —Programmatic pay-per-call access without API keys or subscriptions
- —Agent-driven order tracking with crypto settlement
Fit
Best for
- —Developers wanting keyless, pay-per-use API access
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing free or API-key-based order tracking
- —High-volume batch queries where per-call pricing is inefficient
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/19/status
# Returns 402 with x402 challenge; attach X-PAYMENT header with valid USDC payment on Base to get the response.Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, and the specific order-status endpoint is not listed among the platform's advertised APIs. Docs pages are empty stubs. This is effectively a stub listing.
Warnings
- —No documentation available — all doc pages return only 'Connect wallet' with no content
- —No request or response schema provided; actual data returned is unknown
- —The specific endpoint /api/v1/orders/19/status is not listed among the platform's advertised APIs — it may be a demo or test route
- —The endpoint is hardcoded to order ID 19; unclear if other order IDs are supported or how to discover them
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/orders/19/status
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/orders/19/status