x402basequality 0.25

Pay-per-request ACH endpoint on Base via x402 — $0.02/call in USDC, no API keys required.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/ach/179` 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 payment protocol, settling in USDC on the Base network. The specific function of the `/api/v1/ach/179` route is not documented — the path suggests ACH (Automated Clearing House) banking functionality, but no schema, parameter list, or response format is provided beyond the generic "Premium API Access" label.

Pricing is $0.02 per request (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC, which at 6 decimals equals $0.02). Payment is made inline via the X-PAYMENT header; no API keys, accounts, or rate limits are advertised. The endpoint accepts POST requests and returns `application/json`. The x402 challenge is live and well-formed, confirming the endpoint is operational.

Documentation is extremely sparse. The provider's docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no request/response schema, and no description of what the ACH endpoint actually does or what parameters it expects. Prospective callers will need to experiment or contact the provider to understand the input/output contract.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyachjson-response

Use cases

  • Initiating or querying ACH-related banking operations via a single paid API call
  • Integrating low-cost per-request financial endpoints into agent workflows
  • Testing x402 payment protocol integrations on Base network

Fit

Best for

  • Developers experimenting with x402 pay-per-request APIs
  • Agents needing on-demand ACH-related functionality without subscription commitments
  • Projects that want to pay in USDC on Base with no account setup

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • High-volume batch ACH processing where per-request pricing is inefficient
  • Anyone requiring non-crypto payment rails

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ach/179 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what this endpoint actually does, what inputs it expects, or what it returns. No OpenAPI spec, no examples, and 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 specific purpose of /api/v1/ach/179 is unknown; 'Premium API Access' is a generic label applied across the platform.
  • No request or response schema is provided; callers must guess at the input format.
  • The ACH path implies financial/banking operations which may be subject to regulatory requirements — exercise caution.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 02:07:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access