x402basequality 0.25

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/ach/32` 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/32` path is not documented — the provider labels it generically as "Premium API Access" — so its exact purpose is unclear. It may relate to ACH (Automated Clearing House) payment processing or financial data, but this is speculative based solely on the URL path.

The x402 challenge confirms the endpoint is live and accepts POST requests. The maximum amount required is 20,000 base units of USDC (0x8335… on Base), which equals $0.02 given USDC's 6 decimal places. This matches the provider's advertised flat rate of $0.02 per request across all their APIs. Payment is made via the x402 `exact` scheme to the specified payTo address, with a 300-second timeout. No API keys or accounts are needed — access is granted purely through per-call USDC payment.

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 schema, no request/response examples, and no description of what this specific endpoint accepts or returns beyond `application/json`. The provider's landing page lists many endpoints but does not describe `/api/v1/ach/32` among them, making it an unlisted or less-promoted route.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keypost-endpointjson-response

Use cases

  • Accessing a pay-per-call ACH-related endpoint without needing API keys or subscriptions
  • Integrating x402-compatible payment flows into agent workflows
  • Making low-cost per-request API calls settled in USDC on Base

Fit

Best for

  • Developers or agents already using x402 payment protocol
  • Users who want keyless, pay-as-you-go API access
  • Crypto-native applications on the Base network

Not for

  • Anyone needing documented request/response schemas before integration
  • Use cases requiring high-throughput batch processing with predictable billing
  • Users without USDC on Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC per request), but there is zero documentation on what this specific endpoint does, what inputs it accepts, or what it returns. The docs pages are empty. The endpoint path '/api/v1/ach/32' is not listed on the provider's homepage, making its purpose entirely opaque.

Warnings

  • The specific function of /api/v1/ach/32 is undocumented — the 'ACH' in the path suggests payment/banking functionality but this is unconfirmed
  • All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no usable content
  • This endpoint is not listed among the provider's advertised APIs on the homepage
  • No request or response schema is available — callers cannot know what to send or expect back
  • If this endpoint relates to ACH banking, it may fall under financial regulation (e.g., money transmission)

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 01:01:53Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access