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 several endpoints offered by the lowpaymentfee.com platform, which hosts a collection of pay-per-request APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. All endpoints on the platform use the x402 protocol to gate access, settling payments in USDC on the Base network.

The specific endpoint `/api/v1/stripe/subscriptions/11` is labeled "Premium API Access" in the x402 challenge. Its maximum cost is 20,000 base units of USDC (which uses 6 decimals), equating to $0.02 per request. The endpoint accepts POST requests and returns application/json responses. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, with a 300-second payment timeout.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what "Premium API Access" actually returns or what input parameters it expects. The endpoint is live (returning a valid 402 challenge), but without documentation it is unclear what data or functionality this specific route provides. The platform's landing page lists many other endpoints (analytics, AI, finance, utilities) at the same $0.02 price point, but this particular subscription-style path does not appear among them.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestjson-responsepost-method

Use cases

  • Accessing premium API functionality with per-request USDC micropayments on Base
  • Agent-driven API consumption without API keys or subscriptions
  • Programmatic access to gated services using x402 payment headers

Fit

Best for

  • Developers wanting keyless, pay-per-use API access
  • AI agents that can settle x402 payments autonomously
  • Users who prefer crypto micropayments over traditional subscriptions

Not for

  • Users needing detailed API documentation or request/response schemas before integrating
  • Anyone without a Base-network USDC wallet
  • High-volume consumers who need bulk pricing or rate-limit guarantees

Quick start

# Endpoint requires an X-PAYMENT header with a valid x402 payment proof.
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/11 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

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 zero documentation on what this endpoint actually does, what inputs it accepts, or what it returns. No OpenAPI schema, no examples, and the docs pages are empty. The 'Premium API Access' label is vague and the URL path ('stripe/subscriptions/11') is opaque.

Warnings

  • No documentation available — docs, API, pricing, and README pages all return only a 'Connect wallet' prompt with no content.
  • The endpoint's actual functionality is completely undocumented; 'Premium API Access' is not descriptive.
  • This specific path (/api/v1/stripe/subscriptions/11) does not appear in the platform's listed API catalog, making its purpose unclear.
  • No request or response schema is available; integration requires trial and error.

Citations

Provenance

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

Agent access