x402-gated premium API access on Base, paid per-call in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall. It is one of many endpoints offered by the lowpaymentfee.com platform, which spans data & analytics, AI & machine learning, finance & Web3, and infrastructure utility categories — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/charges/79` accepts POST requests and returns `application/json`. The x402 challenge confirms it is live, requiring an exact payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) to wallet 0x1A2B…85F3. No API keys or rate limits are advertised; access is granted purely via the x402 payment header.
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 spec, no request/response schema documentation, and no description of what this particular endpoint actually returns or what input it expects beyond being a POST. The endpoint's name ("Premium API Access") and its path segment ("stripe/charges/79") suggest it may relate to Stripe charge operations, but this is speculative. Prospective users should be aware that the lack of documentation makes it difficult to know what data or functionality this endpoint provides.
Capabilities
Use cases
- —Programmatic access to an x402-gated service at $0.02 per call
- —Agent-driven API consumption without API keys or subscriptions
- —Testing x402 payment flows on Base with low-cost endpoints
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need keyless, pay-per-call API access on Base
- —Low-cost per-request usage without commitments
Not for
- —Users who need detailed API documentation or schemas before integrating
- —High-volume use cases where per-call pricing may add up without volume discounts
- —Anyone needing guaranteed SLAs or support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/79 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no description of what the endpoint actually does. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README all return only 'Connect wallet' with no content.
- —No OpenAPI or schema describing request parameters or response format.
- —The endpoint path 'stripe/charges/79' is ambiguous; actual functionality is unknown.
- —No examples of request or response payloads available.
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/79
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/charges/79