Pay-per-call premium API endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at `/api/endpoint-30` is part of the lowpaymentfee.com platform, which offers a collection of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. All endpoints use the x402 payment protocol, settling in USDC on the Base network. The platform advertises a flat $0.02 per request with no API keys, no rate limits, and instant access.
The specific endpoint `/api/endpoint-30` is labeled "Premium API Access" but its exact functionality is not documented beyond that generic title. It does not correspond to any of the named endpoints listed on the site's landing page (which use paths like `/api/v1/...` and `/api/v2/...`). The x402 challenge confirms it is live and accepts POST requests, requiring up to 20,000 base units of USDC (0x8335...0913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a 300-second timeout.
Documentation beyond the landing page is essentially empty — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what this particular endpoint returns. The platform's overall value proposition is clear (cheap, keyless, per-call APIs on Base), but the specifics of endpoint-30 remain opaque.
Capabilities
Use cases
- —Agents needing on-demand API access without pre-registration or API keys
- —Micropayment-gated API calls settled on Base L2 in USDC
- —Programmatic access to premium services with per-request billing
Fit
Best for
- —AI agents that can settle x402 payments in USDC on Base
- —Developers wanting zero-signup, pay-as-you-go API access
- —Low-volume or bursty workloads where per-call pricing is economical
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —High-volume consumers who would benefit from bulk/subscription pricing
- —Anyone unable to transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/endpoint-30 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint's actual functionality ('Premium API Access') is completely undefined. The docs pages are empty. This is effectively a stub listing.
Warnings
- —Endpoint functionality is unknown — 'Premium API Access' is not described anywhere in the crawled content
- —No OpenAPI schema or request/response documentation available
- —The path /api/endpoint-30 does not match any of the named endpoints on the landing page
- —All documentation pages (/docs, /pricing, /README, /api) render only 'Connect wallet' with no content
Citations
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —x402 challenge confirms the endpoint is live, accepts POST, and requires up to 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/endpoint-30
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/endpoint-30
- —Payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/endpoint-30