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/181` 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/181` path is not documented — the listing title is simply "Premium API Access" and no schema, parameter descriptions, or example responses are provided. The "ach" path segment suggests it may relate to ACH (Automated Clearing House) banking or payment functionality, but this is speculative.

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 using the x402 exact scheme — no API keys, accounts, or rate limits are advertised. The endpoint accepts POST requests and returns application/json.

Documentation is extremely thin. The /docs, /pricing, /api, and /README pages all resolve to a near-empty "Connect wallet" page with no substantive content. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawled material. The endpoint is live (returns a valid 402 challenge), but without documentation it is difficult to know what data to send or what response to expect.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-responsepost-method

Use cases

  • Programmatic access to an ACH-related service with per-request USDC micropayments
  • Agent-driven API consumption without pre-registration or API key management
  • Integrating pay-as-you-go endpoints into automated workflows on Base

Fit

Best for

  • Developers wanting zero-signup, pay-per-call API access
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping workflows that need instant, keyless API access

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • High-volume use cases where per-request pricing may add up without bulk discounts
  • Anyone needing non-crypto payment rails

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ach/181 \
  -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 endpoint is live and returns a valid x402 challenge, but there is essentially no documentation: no OpenAPI spec, no request/response schema, no parameter descriptions, and no examples. The purpose of the /api/v1/ach/181 path is unclear. All non-root pages returned only 'Connect wallet' with no content.

Warnings

  • The specific function of /api/v1/ach/181 is undocumented — the 'ach' path suggests ACH banking functionality but this is unconfirmed.
  • No request or response schema is available; callers cannot know what payload to send or what to expect back.
  • All documentation pages (/docs, /pricing, /api, /README) are effectively empty.
  • If this endpoint relates to real financial transactions (ACH transfers), it may be subject to financial regulation (KYC/AML).

Citations

Provenance

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

Agent access