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. The provider operates a suite of pay-per-request APIs spanning data & analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated via the x402 protocol on the Base network, settling in USDC.
The specific endpoint `/api/v1/stripe/charges/157` is listed under the title "Premium API Access" but its exact functionality is not documented beyond that label. The x402 challenge confirms it is live and accepts POST requests. The maximum amount required is 20,000 base units of USDC (0x8335… on Base), which equals $0.02 per request (USDC uses 6 decimals). The provider advertises a flat $0.02/request pricing model across all endpoints with no API keys, no rate limits, and instant access.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available. The endpoint name suggests it may relate to Stripe charge operations, but this is speculative. Without documentation on expected request bodies or response formats, integration requires experimentation.
Capabilities
Use cases
- —Paying per-request for premium API functionality without API keys or subscriptions
- —Agent-driven workflows that need on-demand API access settled in USDC on Base
- —Exploring x402 protocol integration with a low-cost endpoint
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Low-cost per-request API consumption without commitments
Not for
- —Users who need detailed API documentation or schemas before integrating
- —High-volume use cases where $0.02/request adds up significantly
- —Anyone needing non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/157 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The endpoint's actual functionality is unknown beyond the generic label "Premium API Access."
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing expected request body or response format
- —Endpoint purpose unclear — 'Premium API Access' and the path '/api/v1/stripe/charges/157' do not clarify what the endpoint actually does
- —No agents.txt or robots.txt present
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/charges/157
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/157