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. The site hosts a broad catalog of pay-per-request APIs spanning data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are priced at $0.02 per request, payable in USDC on the Base network with no API keys, no rate limits, and no minimum commitments.
The specific endpoint `/api/v1/charges/291` is described simply as "Premium API Access" and returns a standard x402 challenge with a maxAmountRequired of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). Payment is sent to a specified Ethereum address on Base, and the endpoint accepts HTTP POST requests. The x402 version is 1, with a maximum timeout of 300 seconds.
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 schema, no request/response examples, and no detailed description of what this particular charge endpoint returns. The landing page lists many API paths but provides no specifics on input parameters or output formats. Prospective users should be aware that the actual functionality behind this endpoint is unclear from available materials.
Capabilities
Use cases
- —Accessing premium API functionality with per-request USDC micropayments on Base
- —Agent-driven API consumption without pre-registration or API keys
- —Programmatic pay-as-you-go access to data, AI, finance, or utility endpoints
Fit
Best for
- —Developers wanting zero-commitment, keyless API access
- —AI agents that can settle x402 payments autonomously on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or guaranteed SLAs before purchasing
- —Applications requiring high-throughput bulk access at volume-discounted rates
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/291 \
-H "Content-Type: application/json"
# Returns 402 with x402 payment challenge; attach X-PAYMENT header with signed USDC payment to access.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/charges/291",
"description": "Premium API Access",
"maxAmountRequired": "20000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality behind 'Premium API Access' at /api/v1/charges/291 is completely undocumented. The site's docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or schema describing request parameters or response format for this endpoint.
- —The specific functionality of /api/v1/charges/291 ('Premium API Access') is undefined; it is unclear what data or service is returned after payment.
- —The site lists many API paths on its landing page but none have documented inputs or outputs.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/charges/291
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The site offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs