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 collection of pay-per-request APIs spanning data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint `/api/v1/apikeys/90` appears to be part of the platform's API key management or access provisioning system. The x402 challenge confirms it accepts POST requests, charges a maximum of 20,000 base units of USDC (i.e., $0.02 given USDC's 6 decimals) per call, and settles payments to a specified wallet on Base. No API keys or rate limits are advertised — access is gated purely by micropayment.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content visible to crawlers. There is no OpenAPI schema, no request/response examples, and no detailed description of what this particular endpoint returns. The platform's landing page lists many endpoints but provides no technical documentation beyond names and prices.
Capabilities
Use cases
- —Provisioning or managing API keys via micropayment without traditional signup
- —Agent-driven access to premium endpoints using x402 payment protocol
- —Programmatic pay-as-you-go API consumption without subscriptions
Fit
Best for
- —Developers wanting no-signup, pay-per-use API access
- —AI agents that can settle x402 micropayments autonomously
- —Users who prefer crypto-native payment rails over traditional billing
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Developers who cannot transact in USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/apikeys/90 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no schema, no request/response examples, and the specific purpose of this endpoint is unclear beyond its title 'Premium API Access'.
Warnings
- —No OpenAPI schema or technical documentation available
- —Docs/pricing/README pages render only 'Connect wallet' with no content for crawlers
- —The exact functionality of /api/v1/apikeys/90 is unclear — it may provision API keys or grant access but this is inferred from the URL path alone
- —No request body schema or response format documented
Citations
- —Endpoint returns 402 with x402 challenge accepting USDC on Base network at maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/apikeys/90
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/apikeys/90