x402basequality 0.30

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. All endpoints on the platform are pay-per-request with no API keys, no rate limits, and settlement on the Base network using USDC.

The specific endpoint `/api/v1/stripe/subscriptions/48` is labeled "Premium API Access" and returns a valid x402 challenge with a maximum amount of 20,000 base units of USDC (0x8335… on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the platform's uniform pricing. Payment is made via the x402 "exact" scheme, meaning a one-shot payment accompanies each request in the `X-PAYMENT` header. The endpoint accepts POST requests and returns `application/json`.

However, the actual functionality behind this specific endpoint path (`/stripe/subscriptions/48`) is unclear. The name "Premium API Access" and the path referencing "stripe/subscriptions" suggest it may relate to subscription management or a premium tier, but no documentation, request schema, or response schema is available. The crawled docs, pricing, API, and README pages all returned only a "Connect wallet" prompt with no substantive content. Without knowing what data or service this endpoint actually provides, callers should treat it as an opaque paid endpoint until further documentation is published.

Capabilities

x402-paymentusdc-settlementbase-networkper-request-billingjson-responseno-api-key

Use cases

  • Programmatic access to a premium API service with per-call USDC payments on Base
  • Agent-driven workflows that need keyless, pay-as-you-go API access
  • Testing x402 payment protocol integrations against a live endpoint

Fit

Best for

  • Developers experimenting with x402 payment flows
  • Agents that can settle USDC on Base for per-call API access
  • Users who want no-signup, no-API-key access to paid endpoints

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Anyone without a Base-compatible USDC wallet
  • Use cases requiring known, well-documented response schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/48 \
  -H "X-PAYMENT: <x402-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation, no request/response schema, and the actual functionality behind "Premium API Access" at this specific path is entirely unclear. Docs pages returned only wallet-connect prompts with no content.

Warnings

  • No documentation available — all doc/pricing/API/README pages returned only 'Connect wallet' with no substantive content.
  • The endpoint path '/api/v1/stripe/subscriptions/48' references Stripe subscriptions but the actual functionality is undocumented.
  • No request or response schema is provided; callers cannot know what to send or what to expect back.
  • This endpoint is not listed among the advertised APIs on the homepage, raising questions about its intended use.

Citations

Provenance

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

Agent access