x402basequality 0.30

x402-gated premium API access on Base, pay-per-request with 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 specific resource at `/api/v1/generate/resource/182` is gated behind a per-call USDC payment on the Base network. The x402 challenge indicates a maximum cost of 20,000 units of USDC (0x8335… on Base), which given USDC's 6-decimal precision equates to $0.02 per request. The endpoint accepts HTTP POST and returns application/json.

The broader lowpaymentfee.com platform advertises a suite of pay-per-request APIs 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). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no commitments required — payment is handled entirely via the x402 protocol using USDC on Base.

However, the specific functionality behind resource ID 182 is not documented. The endpoint title is simply "Premium API Access" with no further description, input schema, or example responses available. The docs, pricing, and API pages on the site all render only a "Connect wallet" prompt with no additional technical documentation. Without knowing what this particular resource does, callers should treat it as an opaque JSON endpoint and test with exploratory requests.

Capabilities

x402-paymentusdc-on-basepay-per-requesthttp-postjson-response

Use cases

  • Programmatic access to a pay-per-request JSON API without API key registration
  • Agent-driven workflows that need on-demand API calls settled via x402/USDC
  • Exploring the lowpaymentfee.com platform's resource catalog

Fit

Best for

  • Developers or agents already set up with x402 payment on Base
  • Use cases requiring no-signup, instant API access
  • Micropayment-friendly workflows at $0.02 per call

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Anyone requiring free or subscription-based access rather than per-call payment
  • Use cases where the specific resource functionality must be known upfront

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/generate/resource/182 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/generate/resource/182",
  "body": {},
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, confirming it accepts USDC payments on Base at $0.02/request. However, there is no documentation for what resource 182 actually does, no input/output schema, no example responses, and the site's docs pages are empty beyond a wallet connect prompt. The listing is essentially a stub.

Warnings

  • The specific functionality of resource/182 is completely undocumented — the title 'Premium API Access' is generic and uninformative.
  • All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content.
  • No input schema or example response is available; callers must experiment to discover behavior.
  • The platform lists many API categories but it is unclear whether all endpoints are functional or placeholders.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:49:19Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access