Pay-per-call API platform on Base network via x402 — $0.02/request in USDC.
What it does
lowpaymentfee.com is a pay-per-request API platform that uses the x402 protocol to accept USDC payments on the Base network. The specific endpoint `/api/v1/wire/110` is listed as "Premium API Access" and returns a 402 challenge requesting up to 20,000 base units of USDC (i.e., $0.02 given USDC's 6 decimals) per call. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform offers endpoints across four categories: Data & Analytics (metrics, reports, data export, insights), 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 listed at $0.02 per request. However, the specific endpoint being listed here (`/api/v1/wire/110`) is labeled generically as "Premium API Access" and does not appear in the site's public API catalog, so its exact functionality is unclear.
Payments settle on Base to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The endpoint accepts POST requests and returns `application/json`. Documentation pages on the site (docs, pricing, README) all resolve but show only a "Connect wallet" prompt with no substantive content, so detailed request/response schemas are unavailable.
Capabilities
Use cases
- —Accessing premium API functionality with per-request USDC micropayments on Base
- —Agent-driven workflows that need keyless, pay-as-you-go API access
- —Programmatic access to data or services without subscription commitments
Fit
Best for
- —Developers who want to pay per request without API key management
- —AI agents with x402-compatible wallets on Base
- —Low-volume or bursty usage patterns where subscriptions are wasteful
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wire/110 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but the specific functionality of /api/v1/wire/110 is unknown — it doesn't appear in the site's public catalog. Documentation pages are empty ("Connect wallet" only), there is no OpenAPI spec, and no request/response schema is available. This is effectively a stub listing.
Warnings
- —The endpoint /api/v1/wire/110 is not listed in the site's public API catalog; its actual functionality is unknown.
- —All documentation pages (docs, pricing, README) return only a 'Connect wallet' prompt with no substantive content.
- —No OpenAPI spec, request schema, or response schema is available — callers cannot know what to send or expect back.
- —The platform lists many endpoint categories (AI, finance, data, infrastructure) but none can be verified as functional from the crawl.
Citations
- —The endpoint returns a 402 challenge requesting up to 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/wire/110
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/wire/110
- —Platform advertises $0.02/request, no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —Site lists endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Documentation pages show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs