x402basequality 0.25

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" 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/9` is labeled "Premium API Access" and costs $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is made via the x402 exact scheme: callers include an X-PAYMENT header with a signed payment to the provider's address on Base. The endpoint accepts POST requests and returns application/json responses.

Documentation on the platform is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what "Premium API Access" actually returns or what input it expects. The endpoint is live (returns a valid 402 challenge), but without documentation it is unclear what functionality this specific route provides beyond its name.

Capabilities

x402-paymentusdc-settlementbase-networkper-request-billingno-api-keyjson-response

Use cases

  • Accessing a premium API endpoint with per-call USDC micropayments on Base
  • Agent-driven API consumption without pre-registration or API keys
  • Programmatic access to a subscription-like resource via x402 payment protocol

Fit

Best for

  • Developers or agents wanting keyless, pay-per-use API access
  • x402-compatible clients on the Base network
  • Scenarios requiring no upfront commitment or rate-limit constraints

Not for

  • Users who need detailed API documentation or request/response schemas before integrating
  • Use cases requiring non-crypto payment methods
  • Anyone needing to understand exactly what data this endpoint returns before paying

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation on what the endpoint actually does, what inputs it accepts, or what it returns. No OpenAPI schema, no examples, and all doc pages are empty. The listing is effectively a stub.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
  • The purpose of 'Premium API Access' at /api/v1/stripe/subscriptions/9 is entirely unclear; the name suggests subscription management but nothing confirms this.
  • No request or response schema is available; callers cannot know what to send or expect back.
  • No OpenAPI or ai-plugin manifest found.

Citations

Provenance

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

Agent access