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/138` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request (20,000 base units with 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an x402 payment header to each request.
The specific function of the `/api/v1/ach/138` endpoint is not documented beyond the generic label "Premium API Access." The path segment "ach" may suggest ACH (Automated Clearing House) banking or payment-related functionality, and "138" could be a resource or route identifier, but no schema, request/response examples, or detailed documentation were found. The docs, pricing, API, and README pages on the site all render only a "Connect wallet" prompt with no additional technical content.
The endpoint is confirmed live: it returns a proper x402 challenge (HTTP 402) with an `exact` payment scheme, accepting USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base, payable to `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The method is POST and the response MIME type is `application/json`. Without further documentation, the actual request body format and response structure remain unknown.
Capabilities
Use cases
- —Programmatic access to an ACH-related or payment-related service via micropayment
- —Agent-driven API consumption without pre-registration or API keys
- —Integrating pay-per-call endpoints into automated workflows on Base
Fit
Best for
- —Developers wanting zero-signup, pay-as-you-go API access
- —AI agents that can settle x402 payments in USDC on Base
- —Prototyping workflows that need instant, keyless API calls
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume consumers who need bulk pricing or subscription plans
- —Anyone requiring non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ach/138 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live with a valid x402 challenge and clear pricing ($0.02 USDC on Base). However, there is no documentation for this specific endpoint — no request/response schema, no description of what 'ach/138' actually does, and the site's docs pages are empty. The listing is essentially a stub with pricing info.
Warnings
- —The specific functionality of /api/v1/ach/138 is undocumented; 'Premium API Access' is a generic label applied across the platform.
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content.
- —No request body schema or response schema is available — callers must guess or reverse-engineer the API.
- —The 'ach' path segment suggests possible financial/banking functionality, which may fall under regulated categories.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/ach/138
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/ach/138
- —Documentation pages render only a 'Connect wallet' prompt with no additional contenthttps://lowpaymentfee.com/docs