Pay-per-call premium API on Base via x402 — $0.02/request in USDC, no API keys required.
What it does
This endpoint at lowpaymentfee.com/api/endpoint-87 is an x402-gated API labeled "Premium API Access." The provider's site advertises a broad suite of endpoints spanning data & analytics, AI & machine learning (sentiment analysis, text 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 x402 challenge confirms the endpoint is live and accepts payment via the "exact" scheme on Base, with maxAmountRequired of 20000 base units of USDC (0x8335…2913), which equals $0.02 (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. The endpoint accepts HTTP POST and returns application/json.
However, the specific functionality of /api/endpoint-87 is unclear. The provider's landing page lists many named endpoints (e.g., /api/v2/ai/sentiment, /api/v1/finance/prices) but does not mention /api/endpoint-87 by name. There is no OpenAPI schema, no request/response documentation, and the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional content. Without knowing what this particular endpoint does, callers must treat it as an opaque premium API with unknown input/output behavior.
Capabilities
Use cases
- —Programmatic access to a pay-per-call API without needing API keys or subscriptions
- —Agent-driven workflows that settle per-request payments in USDC on Base
- —Exploring x402-gated endpoints for low-cost micro-transactions
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that can settle USDC payments on Base L2
- —Users who want no-signup, no-API-key access to paid endpoints
Not for
- —Users who need documented request/response schemas before integrating
- —Anyone without a Base-compatible USDC wallet
- —High-volume use cases where per-request pricing may add up
Quick start
curl -X POST https://lowpaymentfee.com/api/endpoint-87 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation for what /api/endpoint-87 actually does — no OpenAPI schema, no request/response examples, and the docs pages are empty. The specific endpoint is not listed among the provider's named APIs, making it effectively a stub listing.
Warnings
- —The specific endpoint /api/endpoint-87 is not listed among the provider's documented APIs — its functionality is unknown.
- —No OpenAPI schema, request format, or response format documentation is available.
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no useful content.
- —The purpose and behavior of this endpoint cannot be determined from available materials.
Citations
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/endpoint-87
- —Provider lists endpoints for analytics, AI/ML, finance/Web3, and infrastructure utilitieshttps://lowpaymentfee.com