x402basequality 0.35

Check order status via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the status of order #15 via an x402-gated POST request. It is part of a broader platform offering multiple API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per call and settled in USDC on the Base network.

The specific endpoint `/api/v1/orders/15/status` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers include an X-PAYMENT header with a signed payment of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) to the payee address `0x1A2B...85F3`. The payment scheme is "exact" with a maximum timeout of 300 seconds. No API keys or rate limits are advertised; access is purely pay-per-request.

Documentation on the site is extremely thin — 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 documentation, and no examples beyond the landing page listing. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response payload structure for a successful paid request is unknown.

Capabilities

x402-paymentorder-statususdc-basepay-per-requestjson-apino-api-key

Use cases

  • Checking the status of a specific order programmatically
  • Demonstrating x402 micropayment integration on Base
  • Agent-driven order tracking without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-call API access
  • Quick order status lookups settled in USDC on Base

Not for

  • Bulk order management or querying arbitrary order IDs (endpoint is hardcoded to order 15)
  • Users who need detailed API documentation or OpenAPI specs before integrating
  • Anyone without USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/orders/15/status \
  -H "X-PAYMENT: <x402-signed-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — no OpenAPI spec, no request/response schemas, no examples. The endpoint path is hardcoded to a single order ID (15), and the broader platform docs pages are empty. Pricing and payment details are clear from the challenge, but functional utility is very uncertain.

Warnings

  • No OpenAPI spec or schema documentation available
  • Docs, API, pricing, and README pages all render only 'Connect wallet' with no content
  • Endpoint is hardcoded to order ID 15 — unclear if other order IDs are supported or how to discover them
  • No response schema documented; actual payload structure is unknown
  • Platform appears to be a demo or early-stage project with placeholder endpoints

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 06:04:29Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access