Order status lookup via x402 micropayment on Base network, $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides order status information behind an x402 paywall. The specific resource `/api/v1/orders/33/status` returns order status data in JSON format when called via POST with a valid x402 payment header. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals).
The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and utility/infrastructure services — all priced uniformly at $0.02 per request. The platform requires no API keys, advertises no rate limits, and uses the x402 protocol for instant, wallet-based access on the Base L2 network.
Documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled content. The endpoint is confirmed live (returns a proper 402 challenge), but the actual behavior and response format of the order status resource can only be inferred from the x402 challenge metadata.
Capabilities
Use cases
- —Checking the status of a specific order programmatically
- —Integrating order tracking into an agent workflow with per-call USDC payments
- —Demonstrating x402 protocol micropayments on Base network
Fit
Best for
- —Agents needing on-demand order status without API key registration
- —Developers exploring x402 pay-per-call patterns on Base
- —Low-volume order lookups where $0.02/call is acceptable
Not for
- —High-volume order monitoring requiring bulk or subscription pricing
- —Users who need detailed API documentation or guaranteed SLAs
- —Querying arbitrary order IDs (this endpoint is hardcoded to order 33)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/33/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, confirming it accepts payments. However, documentation is essentially nonexistent — all doc/pricing/API pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, no examples, and the endpoint path is hardcoded to a single order ID (33), making its general utility unclear. The listing is effectively a stub.
Warnings
- —Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no technical content
- —No OpenAPI or schema documentation available
- —Endpoint path is hardcoded to order ID 33 — unclear if other order IDs are supported or how to discover them
- —No request body schema or response schema documented anywhere
- —The platform advertises many API categories but none have visible documentation
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/orders/33/status
- —Platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/orders/33/status
- —Docs, API, pricing, and README pages render only 'Connect wallet'https://lowpaymentfee.com/docs