Pay-per-call premium API access on Base via x402 — $0.02 per 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-call APIs spanning data & analytics, AI & machine learning (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, settled in USDC on the Base network.
The specific endpoint `/api/v1/payments/82` is labeled "Premium API Access" in the x402 challenge. Its exact functionality beyond that label is not documented — the crawled docs, pricing, API, and README pages all returned only a "Connect wallet" stub with no further detail. The x402 challenge confirms the endpoint is live, accepts POST requests, charges a maximum of 20,000 base units of USDC (i.e., $0.02 given 6 decimals), and pays out to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. No API keys or rate limits are advertised; access is gated purely by the x402 payment header.
Because the site's documentation pages are essentially empty (wallet-connect stubs only), the actual request/response schema for this endpoint is unknown. The listing is based entirely on the x402 challenge metadata and the site's landing page descriptions. Prospective callers should be aware that the precise input parameters and output format are undocumented.
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 access on Base
- —Demonstrating or testing x402 payment protocol integrations
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —Agents that can settle USDC payments on Base L2
- —Low-volume, on-demand API consumption without subscriptions
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —High-volume batch processing where per-call fees add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/payments/82 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and network, but all documentation pages are empty stubs ('Connect wallet' only). The specific functionality of /api/v1/payments/82 is undocumented — no input schema, no output schema, no examples. The listing is essentially a stub built from challenge metadata and the landing page.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) all return only a 'Connect wallet' stub with no actual content.
- —The exact functionality of /api/v1/payments/82 ('Premium API Access') is not described anywhere — it may be a generic or demo endpoint.
- —No request or response schema is available; callers must discover input/output format by experimentation.
- —The site lists many API categories on its landing page but none map directly to this specific endpoint path.
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/payments/82
- —maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/payments/82
- —Site advertises $0.02/request pricing, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs