x402-gated API key endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. It is one of many endpoints on the lowpaymentfee.com platform, which offers a broad catalog of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/apikeys/95` appears to be an API-key provisioning or management resource. The x402 challenge confirms it is live, accepting POST requests, and requires an exact payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) per call. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
Documentation on the site is extremely thin — the docs, pricing, API, 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 usage examples available from the crawl. The platform advertises no API keys required, no rate limits, and instant access for all its endpoints, but the actual behavior and response format of this particular endpoint remain undocumented.
Capabilities
Use cases
- —Programmatically provisioning or retrieving API keys via a single paid request
- —Agent-driven access to a gated API resource without pre-registration
- —Paying per call for API key management on Base L2
Fit
Best for
- —Agents needing on-demand API key access without signup
- —Developers who want to pay per request in USDC on Base
- —Automated workflows requiring instant, keyless API access
Not for
- —Users who need detailed documentation or response schemas before integrating
- —High-volume use cases where $0.02 per request adds up significantly
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/apikeys/95 \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty stubs. The purpose of the /apikeys/95 endpoint is unclear beyond its title. This is effectively a stub listing.
Warnings
- —No OpenAPI spec or request/response schema available
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no content
- —The exact purpose and expected input/output of /api/v1/apikeys/95 is undocumented
- —No examples of successful responses are available
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/apikeys/95
- —All endpoints on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/apikeys/95