Pay-per-call ACH endpoint on Base via x402 — $0.02/request in USDC, no API keys required.
What it does
This endpoint at `/api/v1/ach/91` is part of the lowpaymentfee.com platform, which offers a collection of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints use the x402 protocol on the Base network, accepting USDC payments with no API keys, no rate limits, and no upfront commitments.
The specific endpoint `/api/v1/ach/91` is listed under the generic title "Premium API Access." The platform does not provide documentation explaining what the ACH endpoint returns or what input it expects — the docs, pricing, and API pages all render only a wallet-connect prompt with no further detail. The x402 challenge confirms the endpoint is live and accepts POST requests, settling payments in USDC (contract `0x8335...`) on Base. The max amount required is 20,000 base units, which at 6 decimals equals $0.02 per request, consistent with the site's uniform pricing.
Because the crawled documentation is essentially empty beyond the landing page listing and the endpoint path suggests ACH (Automated Clearing House) functionality, the actual behavior of this endpoint remains unclear. It may relate to ACH payment processing, bank transfer lookups, or routing number validation, but this is speculative. Users should test the endpoint directly to confirm its output before relying on it in production.
Capabilities
Use cases
- —Programmatic access to ACH-related data or functionality via a single paid POST request
- —Agent-driven financial workflows that need per-call payment without subscription overhead
- —Exploring x402 protocol integrations on the Base network
Fit
Best for
- —Developers experimenting with x402 pay-per-call APIs
- —Agents needing low-cost, keyless API access on Base
- —Quick one-off ACH-related lookups or operations
Not for
- —Production ACH payment initiation without verifying endpoint behavior first
- —Use cases requiring detailed API documentation or guaranteed SLAs
- —High-volume batch processing where per-call pricing may add up
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ach/91 \
-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, no input/output schema, and no explanation of what the ACH endpoint actually does. The docs/pricing/API pages are all blank wallet-connect stubs. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and API pages only show a wallet-connect prompt with no content.
- —The purpose of /api/v1/ach/91 is unknown; 'Premium API Access' is a generic placeholder title.
- —No input or output schema is provided; callers cannot know what to send or expect back.
- —The endpoint path suggests ACH (banking) functionality, which may involve regulated financial activity — verify compliance before use.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/ach/91
- —All APIs are priced at $0.02/request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ach/91