Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a catalog of pay-per-request APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. All endpoints are priced at $0.02 per request, settled in USDC on the Base network, with no API keys, rate limits, or commitments required.
The specific endpoint `/api/v1/charges/92` is labeled "Premium API Access" in the x402 challenge but lacks further documentation about what data or functionality it returns. The x402 challenge confirms it is live, accepts POST requests, and requires payment of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) to wallet address `0x1A2B...85F3`. The response MIME type is `application/json`.
Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no request/response schema, and no usage examples available. The platform appears to be a demonstration or early-stage x402 marketplace. Without knowing what this specific charge endpoint returns, users should treat it as exploratory.
Capabilities
Use cases
- —Exploring x402 payment protocol integration for API monetization
- —Accessing pay-per-request services without API key management
- —Testing micropayment-settled API calls on Base network
Fit
Best for
- —Developers experimenting with x402 payment flows
- —Agents that can settle USDC payments on Base
- —Projects needing keyless, pay-as-you-go API access
Not for
- —Production workloads requiring documented request/response schemas
- —Users who need free or fiat-only payment options
- —Anyone needing detailed API documentation before integrating
Quick start
# The endpoint requires an X-PAYMENT header with a valid x402 payment proof.
# Using curl as a conceptual example (actual payment header must be constructed
# by an x402-compatible client):
curl -X POST https://lowpaymentfee.com/api/v1/charges/92 \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific functionality of /api/v1/charges/92 is unknown beyond the label 'Premium API Access'. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The specific functionality of /api/v1/charges/92 is undocumented and unclear
- —Platform may be a demo or early-stage project
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/charges/92
- —Price is $0.02 per request (maxAmountRequired 20000 base units of USDC with 6 decimals)https://lowpaymentfee.com
- —Platform offers APIs across data & analytics, AI & ML, finance & Web3, and infrastructure categories all at $0.02/requesthttps://lowpaymentfee.com
- —No API keys, no rate limits, instant access, Base network settlementhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/charges/92