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/127` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. The specific endpoint is listed under "Premium API Access" but its exact functionality is unclear — the path suggests ACH (Automated Clearing House) payment-related data or operations, though no detailed documentation or schema is available to confirm what it returns or accepts.
The platform advertises a flat $0.02 per request across all endpoints, with no API keys, no rate limits, and no minimum commitments. The x402 challenge confirms the endpoint is live, accepting POST requests and requiring payment of up to 20,000 base units of USDC (0.02 USDC = $0.02) on the Base network to address `0x1A2B...85F3`. The asset address `0x8335...2913` corresponds to USDC on Base.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no examples. The endpoint's category within the platform's own listing structure is not shown (the homepage lists Data & Analytics, AI & ML, Finance & Web3, and Infrastructure groups, but `/api/v1/ach/127` does not appear among them). Users should expect to experiment with POST requests to discover the accepted input format and response shape.
Capabilities
Use cases
- —Querying ACH-related payment data or initiating ACH operations via a single paid API call
- —Integrating low-cost per-request financial endpoints into agent workflows without managing API keys
- —Testing x402 payment protocol integrations on Base with a cheap live endpoint
Fit
Best for
- —Developers experimenting with x402 protocol payments on Base
- —Agents needing keyless, pay-per-call access to financial/ACH endpoints
- —Low-volume or sporadic API consumers who want no subscription commitments
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume production workloads where $0.02/request adds up significantly
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/ach/127 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what this specific endpoint does, no request/response schema, no examples, and the endpoint path does not appear in the provider's own homepage catalog. Effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —The endpoint /api/v1/ach/127 is not listed among the provider's advertised API catalog on the homepage
- —No request or response schema is provided; input format and output shape are unknown
- —The meaning of '127' in the path is unexplained — it may be a resource ID or route parameter
Citations
- —The platform charges $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/ach/127
- —The endpoint is live and returns HTTP 402 with x402Version 1 challenge on POSThttps://lowpaymentfee.com/api/v1/ach/127