x402basequality 0.30

Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The site hosts a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). Each request costs $0.02 in USDC on the Base network, with no API keys, no rate limits, and no minimum commitments required.

The specific endpoint probed (/api/v1/wire/154) is listed as "Premium API Access" and returned a valid x402 challenge with a maxAmountRequired of 20,000 base units of USDC (0x8335… on Base, 6 decimals), which equals $0.02. Payment is made via the x402 exact scheme: callers attach an X-PAYMENT header with a signed payment to the payTo address. The endpoint accepts POST requests and returns application/json.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what this particular endpoint actually returns. The site's landing page confirms the pricing model and lists the available API paths, but does not describe request parameters or response formats for any endpoint. Without documentation, it is unclear what data or functionality the /api/v1/wire/154 path specifically provides.

Capabilities

x402-paymentpay-per-requestusdc-baseno-api-keyjson-responsepremium-api

Use cases

  • Accessing premium API data without signing up for an account or obtaining API keys
  • Making one-off paid API calls settled in USDC on Base
  • Agent-driven workflows that need instant, keyless API access with crypto micropayments

Fit

Best for

  • Developers who want zero-signup, pay-as-you-go API access
  • AI agents with Base USDC wallets needing on-demand API calls
  • Users who prefer crypto micropayments over subscription billing

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Anyone without a Base-compatible USDC wallet
  • High-volume consumers who would benefit from bulk pricing or subscriptions

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wire/154 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific functionality of /api/v1/wire/154 ('Premium API Access') is completely undocumented. The docs, pricing, and README pages are all empty beyond a wallet-connect prompt.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content
  • No OpenAPI or schema definition found for any endpoint
  • The specific purpose and expected input/output of /api/v1/wire/154 is unknown
  • No request or response examples available anywhere on the site

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 14:48:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access