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

lowpaymentfee.com hosts a collection of pay-per-request API endpoints settled via the x402 protocol on the Base network using USDC. The specific endpoint at `/api/v1/ach/11` is listed as "Premium API Access" and accepts POST requests. Payment is made per-call with no API keys, no rate limits, and no upfront commitments.

The x402 challenge confirms the endpoint is live, accepting USDC (contract `0x8335…2913` on Base) with a `maxAmountRequired` of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. The payment scheme is "exact" with a 300-second timeout.

The broader lowpaymentfee.com platform advertises endpoints spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). However, the specific functionality behind `/api/v1/ach/11` is not documented beyond the generic "Premium API Access" label. No OpenAPI schema, request/response examples, or detailed documentation were found — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content.

Capabilities

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

Use cases

  • Programmatic access to ACH-related data or operations at $0.02 per call
  • Agent-driven workflows that need keyless, pay-as-you-go API access on Base
  • Integrating low-cost per-request endpoints without subscription overhead

Fit

Best for

  • Developers wanting zero-setup, pay-per-use API access
  • AI agents that can settle x402 payments in USDC on Base
  • Projects needing low-cost API calls without rate limits or API key management

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Applications requiring non-crypto payment methods
  • High-volume batch processing where per-request pricing may add up

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ach/11 \
  -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 no documentation, no OpenAPI schema, no request/response examples, and the actual functionality of /api/v1/ach/11 is completely undocumented. The endpoint name 'Premium API Access' is generic and uninformative.

Warnings

  • The specific functionality of /api/v1/ach/11 is entirely undocumented — 'Premium API Access' provides no indication of what the endpoint actually does.
  • No OpenAPI spec, request schema, or response schema is available.
  • All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no usable content.
  • The 'ach' path segment suggests ACH (Automated Clearing House) banking functionality, but this is unconfirmed and could be misleading.

Citations

Provenance

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

Agent access