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. It is one of many endpoints offered by the provider, which spans categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. All endpoints are priced at $0.02 per request, paid in USDC on the Base network with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/payments/13` is labeled "Premium API Access" but its exact functionality is not documented beyond that title. The x402 challenge confirms it is live, accepts POST requests, and requires a payment of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
The provider's landing page lists 16 endpoints across four categories but documentation pages (docs, pricing, README) all render only a "Connect wallet" prompt with no further content. As a result, request/response schemas, parameter details, and concrete usage examples are unavailable. The endpoint is confirmed live via its 402 challenge, but the lack of documentation makes it difficult to know what payload to send or what response to expect.
Capabilities
Use cases
- —Accessing premium API functionality with per-call USDC micropayments on Base
- —Agent-driven workflows that need keyless, pay-as-you-go API access
- —Testing x402 payment protocol integrations against a live endpoint
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —Agents that can settle USDC payments on Base automatically
- —Use cases requiring no signup, no API key, instant access
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume callers who prefer subscription-based pricing over per-call payments
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/payments/13 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via its 402 challenge and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI schema, no request/response examples, and the exact functionality behind 'Premium API Access' is undefined. Docs pages all render only 'Connect wallet' with no content.
Warnings
- —The exact functionality of /api/v1/payments/13 ('Premium API Access') is not documented anywhere in the crawled material.
- —All documentation pages (/docs, /pricing, /README, /api) render only 'Connect wallet' with no usable content.
- —No request or response schema is available; callers cannot determine what payload to send or what to expect back.
- —This endpoint's purpose is unclear — it may be a generic demo or placeholder.
Citations
- —Endpoint returns 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/payments/13
- —All endpoints priced at $0.02 per request, no API keys, no rate limitshttps://lowpaymentfee.com
- —Payment asset is USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/payments/13
- —maxAmountRequired is 20000 base units = $0.02 (USDC has 6 decimals)https://lowpaymentfee.com/api/v1/payments/13
- —Provider lists 16 endpoints across data/analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com