x402-gated premium API access on Base, paid per-call in USDC.
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 APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all gated behind x402 micropayments settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/subscriptions/116` is listed as "Premium API Access" and costs up to $0.02 per request (maxAmountRequired of 20,000 base units of USDC, which has 6 decimals = $0.02). 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. No API keys, rate limits, or upfront commitments are required — access is instant upon valid payment.
However, the actual functionality behind this particular endpoint is unclear. The endpoint path suggests it relates to Stripe subscriptions, but the provider's landing page does not describe this specific route among its documented APIs. The crawled docs, pricing, and README pages returned only a "Connect wallet" prompt with no additional documentation. Without further details on request/response schemas or the endpoint's purpose beyond "Premium API Access," the listing remains a stub. Callers should experiment with POST requests to discover the actual behavior.
Capabilities
Use cases
- —Paying per-call for premium API functionality without API keys or subscriptions
- —Integrating x402 micropayments into agent workflows on the Base network
- —Accessing gated services with USDC payments at $0.02 per request
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —Agents that can sign USDC payments on Base
- —Users who want pay-as-you-go access without registration
Not for
- —Users who need detailed API documentation before integrating
- —Applications requiring guaranteed SLAs or support contracts
Quick start
# The endpoint requires an X-PAYMENT header with a valid x402 payment.
# First, obtain the 402 challenge:
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/116
# Then construct and sign a USDC payment on Base for up to $0.02
# and resend with the X-PAYMENT header.Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is no documentation on what the endpoint actually does, no request/response schema, and the crawled pages beyond the landing page are empty. The endpoint path ('stripe/subscriptions/116') does not match any of the documented APIs on the site. This is effectively a stub listing.
Warnings
- —No documentation available for this specific endpoint — docs, pricing, and README pages return only 'Connect wallet' with no content.
- —The endpoint path '/api/v1/stripe/subscriptions/116' is not listed among the provider's documented APIs, making its purpose unclear.
- —No request or response schema is available; callers must discover behavior experimentally.
- —No OpenAPI spec or AI plugin manifest found.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/subscriptions/116
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/subscriptions/116