x402basequality 0.35

Pay-per-call API platform on Base (USDC) — $0.02/request, no API keys required.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is an x402-enabled API platform that offers a broad catalog of endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. Every endpoint is priced at $0.02 per request, payable in USDC on the Base network via the x402 protocol. There are no API keys, no rate limits, and no subscription commitments — callers simply attach an x402 payment header to each request.

The specific endpoint at `/api/v1/inbox/53` is listed as "Premium API Access" but its exact functionality is not documented beyond that label. The broader platform advertises endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and data generation. The x402 challenge for this endpoint confirms it accepts POST requests, settles in USDC (contract 0x8335…) on Base, and requires a maximum of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).

Because the `/api/v1/inbox/53` endpoint lacks specific documentation about its input/output schema and purpose, callers should treat it as an opaque premium endpoint. The platform's landing page is live and the 402 challenge is well-formed, but no OpenAPI spec, detailed docs, or example responses are available.

Capabilities

x402-paymentusdc-basepay-per-requestno-api-keypost-endpointjson-response

Use cases

  • Programmatic access to a premium API endpoint without needing API keys or subscriptions
  • Agent-driven workflows that pay per call using USDC on Base
  • Testing x402 payment flows against a live, low-cost endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • AI agents that need keyless, pay-as-you-go API access
  • Low-cost per-request usage without rate limits

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/inbox/53 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/inbox/53",
  "body": {},
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a well-formed x402 402 challenge, but the specific endpoint '/api/v1/inbox/53' has no documentation about its purpose, input schema, or output schema. No OpenAPI spec, no examples, and the 'Premium API Access' label is entirely generic. The broader platform catalog is visible but this particular inbox endpoint is unexplained.

Warnings

  • The endpoint '/api/v1/inbox/53' has no documentation describing what it does or what inputs it expects.
  • No OpenAPI specification or output schema is available for any endpoint on this platform.
  • The /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt with no useful content.
  • The 'inbox' path segment suggests this may be a mailbox or message-drop endpoint, but this is purely speculative.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 21:54:22Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access