Pay-per-call ACH endpoint on Base via x402 — $0.02/request in USDC.
What it does
This endpoint at `/api/v1/ach/148` is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities. All endpoints are gated via the x402 protocol on the Base network, accepting USDC payments with no API keys, no rate limits, and no commitments required.
The specific `/api/v1/ach/148` path falls under a "Premium API Access" label, but the site does not provide documentation explaining what this particular endpoint returns or accepts. The x402 challenge confirms the endpoint is live, accepting POST requests, and requires up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per call, paid to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. The response MIME type is `application/json`.
Documentation across the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no description of what "ach/148" specifically provides. The endpoint name suggests it may relate to ACH (Automated Clearing House) banking data or operations, but this is speculative. Prospective users should test the endpoint directly to determine its actual functionality.
Capabilities
Use cases
- —Accessing ACH-related data or operations on a per-request basis without subscription
- —Integrating pay-per-call financial endpoints into agent workflows
- —Testing x402 protocol-based API consumption on Base
Fit
Best for
- —Developers experimenting with x402 pay-per-request APIs
- —Agents needing low-cost per-call access without API key management
- —Users who want to pay in USDC on Base for individual API calls
Not for
- —Users who need detailed API documentation before integrating
- —High-volume consumers who need bulk pricing or SLAs
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ach/148 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what /api/v1/ach/148 actually does, no request/response schema, and no examples. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —The purpose of /api/v1/ach/148 is unknown; 'Premium API Access' is a generic label with no specifics
- —No OpenAPI spec or request/response schema provided
- —No examples of input or output available
- —The 'ach' path component may imply financial/banking operations which could be subject to regulation
Citations
- —The endpoint returns a 402 x402 challenge requiring up to 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/ach/148
- —All APIs are priced at $0.02 per request 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/148
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs