Pay-per-request premium API access on Base via x402 — $0.02/call in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The specific path `/api/v1/payments/375` is one of many endpoints offered by the provider, which hosts a broad catalog spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request.
Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact-payment scheme. The endpoint accepts POST requests, requires no API keys or accounts, and has no advertised rate limits. The maximum payment timeout is 300 seconds. The x402 challenge was successfully captured, confirming the endpoint is live.
The specific functionality behind the `/api/v1/payments/375` path is not documented beyond the label "Premium API Access." The provider's landing page lists other endpoints with clearer descriptions (metrics, sentiment analysis, geocoding, etc.), but this particular path lacks detailed documentation about its input/output schema or what data it returns. The docs, pricing, and API pages behind the site all require a wallet connection and yield no further content.
Capabilities
Use cases
- —Programmatic access to a premium API endpoint with per-request USDC micropayments
- —Agent-driven workflows that need keyless, pay-as-you-go API access on Base
- —Testing x402 payment flows against a live endpoint
Fit
Best for
- —Developers exploring x402 pay-per-request patterns
- —AI agents that can settle USDC payments on Base autonomously
- —Users who want no-signup, no-API-key access to paid endpoints
Not for
- —Users needing detailed documentation or guaranteed SLAs before integrating
- —Anyone looking for free or fiat-only payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/payments/375 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but the specific endpoint's functionality is undocumented — no input/output schema, no examples, and all doc pages require wallet connection with no rendered content. The listing is effectively a stub with confirmed liveness.
Warnings
- —The specific functionality of /api/v1/payments/375 is not documented; 'Premium API Access' is the only description available.
- —All documentation pages (docs, pricing, API, README) require a wallet connection and provide no readable content.
- —No OpenAPI spec, input schema, or output schema is available for this endpoint.
- —The provider lists many other endpoints on its landing page, but it is unclear how they relate to this specific path.
Citations
- —Endpoint returns 402 with x402 challenge confirming it is live on Base network using USDChttps://lowpaymentfee.com/api/v1/payments/375
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/payments/375
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/payments/375