Pay-per-request ACH endpoint on Base network via x402, $0.02/call in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path /api/v1/ach/163. It is part of a broader platform offering multiple pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities—all settled via x402 micropayments on the Base network using USDC.
The x402 challenge confirms the endpoint is live and accepts POST requests. Payment is settled on-chain to a specified address using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base). The maxAmountRequired is 20000 base units, which at 6 decimals equals $0.02 per request. No API keys or rate limits are advertised; access is granted immediately upon valid x402 payment.
The specific functionality of the /api/v1/ach/163 endpoint is not documented beyond the label "Premium API Access." The platform's landing page lists various API categories but does not include this particular path in its public catalog. Documentation pages (docs, pricing, README) all resolve to a minimal "Connect wallet" prompt with no additional technical detail. Without further documentation, the exact input/output schema and purpose of this endpoint remain unclear.
Capabilities
Use cases
- —Programmatic access to a premium resource with per-call USDC micropayments
- —Agent-driven workflows requiring keyless, on-demand API access
- —Demonstrating x402 payment protocol integration on Base
Fit
Best for
- —Developers experimenting with x402 micropayment protocols
- —Agents that can settle USDC payments on Base L2
- —Use cases requiring no-signup, no-rate-limit API access
Not for
- —Users who need detailed API documentation before integrating
- —Applications requiring free or fiat-only payment methods
- —High-volume batch processing where per-call costs add up
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ach/163 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation of what this endpoint actually does, no input/output schema, and no examples. The 'Premium API Access' label is generic and the /ach/163 path is not listed on the provider's public catalog.
Warnings
- —No documentation available for /api/v1/ach/163 — purpose and schema unknown
- —All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
- —This specific endpoint path is not listed in the provider's public API catalog
- —Functionality must be inferred; actual behavior is unverified
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/ach/163
- —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 is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ach/163