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 located at `/api/v1/stripe/subscriptions/33` and returns a standard x402 challenge (HTTP 402) requiring payment in USDC on the Base network. The challenge advertises a maximum amount of 20,000 base units of USDC (0.02 USD per request), consistent with the site's stated flat pricing of $0.02/request across all endpoints.
The broader lowpaymentfee.com platform offers a suite of x402-gated APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing, require no API keys, and advertise no rate limits.
However, the specific endpoint `/api/v1/stripe/subscriptions/33` is labeled "Premium API Access" with no further documentation about what data or functionality it actually returns. The docs, pricing, API, and README pages on the site are all gated behind a wallet-connect screen and provide no additional detail. Without schema documentation or example responses, the actual behavior of this endpoint remains unclear.
Capabilities
Use cases
- —Agents that need on-demand premium API access without pre-registration or API keys
- —Programmatic access to a subscription-style endpoint settled in USDC on Base
- —Integrating pay-per-call microservices into autonomous agent workflows
Fit
Best for
- —Agents or developers wanting keyless, pay-per-request API access
- —Users who prefer crypto (USDC on Base) micropayments over traditional billing
- —Quick integration with x402-compatible payment flows
Not for
- —Users who need detailed API documentation or guaranteed SLAs before purchasing
- —Anyone requiring non-crypto payment methods (endpoint settles only in USDC on Base)
- —High-volume consumers who need bulk pricing or subscription discounts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/33 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example request/response, and the endpoint name ('Premium API Access') gives no indication of what it actually does. Docs pages are all behind a wallet-connect gate with no content.
Warnings
- —No documentation available — all doc pages require wallet connection and show no content
- —The specific functionality of /api/v1/stripe/subscriptions/33 is completely undocumented
- —No OpenAPI spec or output schema beyond basic HTTP method info
- —The endpoint path suggests a Stripe subscription resource but is served via x402/USDC — purpose is unclear
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/subscriptions/33
- —The site advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stripe/subscriptions/33