x402-gated premium API access on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall, settling payments in USDC on the Base network. The specific resource path (`/api/v1/stripe/subscriptions/88`) suggests a subscription-related endpoint, though the x402 challenge uses the "exact" (one-shot) payment scheme rather than a recurring subscription model. The price per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD.
The broader lowpaymentfee.com platform advertises a suite of APIs spanning data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and instant access via x402 on Base. However, the crawled documentation pages (docs, pricing, README) returned only "Connect wallet" with no substantive content, so the actual functionality behind this specific endpoint is unclear.
The endpoint is confirmed live — it returns a proper x402 challenge with version 1, accepting POST requests. Payment is directed to wallet `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC at contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base, with a 300-second payment timeout.
Capabilities
Use cases
- —Programmatic access to premium API functionality via x402 micropayments
- —Agent-driven API consumption without API keys or accounts
- —On-chain settled per-request API billing
Fit
Best for
- —Agents or bots that need keyless, pay-per-call API access
- —Developers wanting to test x402 payment flows on Base
- —Use cases requiring no signup or rate-limit-free access
Not for
- —Users needing detailed API documentation or schemas before purchasing
- —High-volume consumers who would benefit from bulk pricing or subscriptions
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/88 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documentation beyond a landing page listing, no example request/response bodies, and the actual functionality behind this specific path is undocumented. The docs, pricing, and README pages are all empty stubs.
Warnings
- —No API documentation available — docs, pricing, and README pages all return only 'Connect wallet' with no content.
- —The actual functionality of this specific endpoint (/api/v1/stripe/subscriptions/88) is unclear; the path suggests subscription management but no schema or description is provided.
- —No input or output schema beyond the basic outputSchema stub in the x402 challenge.
- —The platform lists many endpoint categories (AI, finance, analytics, etc.) but none have documented schemas or examples.
Citations
- —Endpoint returns a valid x402 challenge with version 1, accepting POST, on Base network with USDChttps://lowpaymentfee.com/api/v1/stripe/subscriptions/88
- —Price is $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/subscriptions/88
- —Payment directed to wallet 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with 300-second timeouthttps://lowpaymentfee.com/api/v1/stripe/subscriptions/88