x402basequality 0.30

x402-gated premium API access on Base, paid per-request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 payment wall. It is one of many endpoints offered by the lowpaymentfee.com platform, which advertises a suite of APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all payable per-request via USDC on the Base network with no API keys or rate limits required.

The specific endpoint `/api/v1/stripe/subscriptions/39` is listed as "Premium API Access" in the x402 challenge. The maximum amount required is 20,000 base units of USDC (0x8335… on Base), which equals $0.02 USD (USDC uses 6 decimals). The payment scheme is "exact" and settles to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on the Base L2 network. The endpoint accepts HTTP POST requests and returns application/json.

However, the actual functionality behind this specific endpoint is unclear. The URL path suggests it relates to Stripe subscriptions, but the crawled documentation provides no details about what data or service this particular endpoint returns. The broader platform landing page lists many other endpoints (analytics, AI, finance, utilities) at the same $0.02 price point, but none of the documentation pages rendered meaningful content beyond a "Connect wallet" prompt. Without an OpenAPI schema, request/response examples, or detailed docs, the exact capabilities of this endpoint remain opaque.

Capabilities

x402-paymentusdc-settlementbase-networkper-request-pricinghttp-postjson-response

Use cases

  • Accessing a premium API service with per-call USDC micropayments on Base
  • Agent-driven API consumption without API keys or subscriptions
  • Programmatic access to a subscription-related endpoint via x402 protocol

Fit

Best for

  • Developers wanting keyless, pay-per-use API access
  • AI agents that can settle x402 payments in USDC on Base
  • Users who prefer crypto micropayments over traditional subscription billing

Not for

  • Users needing well-documented API contracts with clear request/response schemas
  • Anyone requiring fiat-only payment methods
  • Production systems that need guaranteed SLAs and detailed error documentation

Quick start

# The endpoint requires an X-PAYMENT header with a valid x402 payment proof.
# Using curl as an example (you need an x402-compatible client to generate the header):
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/39 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC per request on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality of this specific endpoint is unknown. The docs, pricing, API, and README pages all returned only 'Connect wallet' with no useful content.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Actual functionality of /api/v1/stripe/subscriptions/39 is undocumented — the URL path suggests Stripe subscription management but this is unconfirmed
  • All documentation pages (docs, api, pricing, README) returned only 'Connect wallet' with no substantive content
  • No request body schema or response examples are available

Citations

Provenance

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

Agent access