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/91` 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 protocol on the Base network, accepting USDC payments with no API keys, no rate limits, and no upfront commitments.

The specific endpoint `/api/v1/ach/91` is listed under the generic title "Premium API Access." The platform does not provide documentation explaining what the ACH endpoint returns or what input it expects — the docs, pricing, and API pages all render only a wallet-connect prompt with no further detail. The x402 challenge confirms the endpoint is live and accepts POST requests, settling payments in USDC (contract `0x8335...`) on Base. The max amount required is 20,000 base units, which at 6 decimals equals $0.02 per request, consistent with the site's uniform pricing.

Because the crawled documentation is essentially empty beyond the landing page listing and the endpoint path suggests ACH (Automated Clearing House) functionality, the actual behavior of this endpoint remains unclear. It may relate to ACH payment processing, bank transfer lookups, or routing number validation, but this is speculative. Users should test the endpoint directly to confirm its output before relying on it in production.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keypost-endpoint

Use cases

  • Programmatic access to ACH-related data or functionality via a single paid POST request
  • Agent-driven financial workflows that need per-call payment without subscription overhead
  • Exploring x402 protocol integrations on the Base network

Fit

Best for

  • Developers experimenting with x402 pay-per-call APIs
  • Agents needing low-cost, keyless API access on Base
  • Quick one-off ACH-related lookups or operations

Not for

  • Production ACH payment initiation without verifying endpoint behavior first
  • Use cases requiring detailed API documentation or guaranteed SLAs
  • High-volume batch processing where per-call pricing may add up

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ach/91 \
  -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 on Base), but there is no documentation, no input/output schema, and no explanation of what the ACH endpoint actually does. The docs/pricing/API pages are all blank wallet-connect stubs. This is effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, and API pages only show a wallet-connect prompt with no content.
  • The purpose of /api/v1/ach/91 is unknown; 'Premium API Access' is a generic placeholder title.
  • No input or output schema is provided; callers cannot know what to send or expect back.
  • The endpoint path suggests ACH (banking) functionality, which may involve regulated financial activity — verify compliance before use.

Citations

Provenance

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

Agent access