x402-gated premium API access on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall on the Base network. The provider operates a suite of pay-per-call APIs spanning data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on Base.
The specific endpoint `/api/v1/charges/279` is labeled "Premium API Access" in the x402 challenge. The challenge advertises a maximum amount of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, which uses 6 decimals), equating to $0.02 per call. Payment is made via the x402 exact scheme with a 300-second timeout. The endpoint accepts POST requests and returns application/json.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no examples available. The provider's landing page lists many other endpoints across categories (analytics, AI, finance, utilities), all at the same $0.02 price point, but provides no detail on what inputs this particular endpoint expects or what it returns. Without additional documentation, the actual functionality behind "Premium API Access" at `/api/v1/charges/279` remains unclear.
Capabilities
Use cases
- —Paying per-call for API access without needing API keys or subscriptions
- —Programmatic agent-driven API consumption with on-chain USDC micropayments
- —Accessing premium data or services via x402 protocol on Base
Fit
Best for
- —Developers wanting zero-signup, pay-as-you-go API access
- —AI agents that can settle x402 payments autonomously
- —Users who prefer on-chain micropayments over traditional billing
Not for
- —Users needing detailed API documentation or schemas before integrating
- —High-volume consumers who need bulk pricing or rate-limit guarantees
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/279 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and pricing is $0.02 USDC on Base. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the actual functionality of this specific endpoint is undefined. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format
- —The specific functionality of /api/v1/charges/279 ('Premium API Access') is not described anywhere
- —No examples of request or response payloads available
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equating to $0.02https://lowpaymentfee.com/api/v1/charges/279
- —The provider lists all APIs at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (docs, API, pricing, README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs