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/83` 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/83` path is not documented — the listing title is simply "Premium API Access" and the endpoint sits under an `/ach/` path prefix that doesn't appear in the site's published API catalog. It may relate to ACH (Automated Clearing House) payment processing or bank transfer functionality, but this is speculative.

Pricing is $0.02 per request (20,000 base units of USDC with 6 decimals = $0.02). Payment is made via the x402 exact-payment scheme: callers attach an `X-PAYMENT` header with a signed USDC payment on Base to `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. No API keys, rate limits, or upfront commitments are required. The endpoint accepts POST requests and returns `application/json`.

The broader lowpaymentfee.com platform advertises additional endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, and more — all at the same $0.02/request price point. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so request/response schemas for this or any other endpoint are unknown.

Capabilities

x402-paymentusdc-basepay-per-requestachjson-apino-api-key

Use cases

  • Programmatic ACH or payment-related operations via a single micropayment per call
  • Agent-driven financial workflows that need keyless, pay-as-you-go API access
  • Integrating low-cost payment infrastructure into automated pipelines

Fit

Best for

  • Developers wanting zero-signup, pay-per-call API access settled in USDC on Base
  • AI agents that can autonomously pay for API calls via x402
  • Prototyping workflows that need cheap, commitment-free API endpoints

Not for

  • Production use cases requiring well-documented request/response schemas
  • Users who need fiat-only payment rails with no crypto involvement
  • High-volume batch processing where per-call pricing may add up

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/ach/83 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-signed-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 the specific functionality of /api/v1/ach/83 is undocumented. No request/response schema, no examples, and all documentation pages are empty. The endpoint path doesn't appear in the site's own API catalog.

Warnings

  • The /api/v1/ach/83 path is not listed in the provider's published API catalog — its actual functionality is unknown.
  • All documentation pages (/docs, /api, /pricing, /README) are empty, showing only 'Connect wallet'.
  • No request or response schema is available; callers cannot know what to send or what to expect back.
  • The 'Premium API Access' title is generic and does not describe what this endpoint does.

Citations

Provenance

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

Agent access