x402-gated premium API access on Base, paid per-request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 payment wall. The endpoint is located at `/api/v1/stripe/subscriptions/64` and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.
The x402 challenge advertises a maxAmountRequired of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's stated pricing of $0.02/request across all its endpoints. The provider advertises no API keys, no rate limits, and instant access.
The broader lowpaymentfee.com platform offers multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. However, this specific endpoint (`/api/v1/stripe/subscriptions/64`) is labeled "Premium API Access" without further documentation on what data or functionality it returns. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional content. Without request/response schemas or documentation beyond the endpoint title, the actual behavior of this endpoint remains unclear.
Capabilities
Use cases
- —Programmatic access to a premium API endpoint with per-call USDC micropayments
- —Agent-driven workflows that need keyless, pay-as-you-go API consumption
- —Demonstrating x402 payment protocol integration on Base
Fit
Best for
- —Developers experimenting with x402 payment flows
- —Agents that can settle USDC payments on Base
- —Use cases requiring no-signup, no-API-key access
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/64
# Returns 402 with x402 challenge; attach X-PAYMENT header with valid USDC payment proof to proceed.Example
Response
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://lowpaymentfee.com/api/v1/stripe/subscriptions/64",
"description": "Premium API Access",
"maxAmountRequired": "20000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no request/response schema, and no explanation of what "Premium API Access" actually returns. The docs/pricing/README pages are all empty beyond a wallet connect prompt.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —The endpoint name 'stripe/subscriptions/64' suggests a subscription model but the x402 challenge uses per-request exact payment — purpose is unclear.
- —No request body schema or response schema documented; actual functionality of this endpoint is unknown.
- —No OpenAPI spec or ai-plugin manifest found.
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/subscriptions/64
- —The site advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/subscriptions/64