x402basequality 0.35

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-request 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). All endpoints are priced at $0.02 per request, payable in USDC on the Base network with no API keys, no rate limits, and no minimum commitments.

The specific endpoint `/api/v1/charges/291` is described simply as "Premium API Access" and returns a standard x402 challenge with a maxAmountRequired of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). Payment is sent to a specified Ethereum address on Base, and the endpoint accepts HTTP POST requests. The x402 version is 1, with a maximum timeout of 300 seconds.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no detailed description of what this particular charge endpoint returns. The landing page lists many API paths but provides no specifics on input parameters or output formats. Prospective users should be aware that the actual functionality behind this endpoint is unclear from available materials.

Capabilities

x402-paymentusdc-basepay-per-requesthttp-postno-api-keyno-rate-limit

Use cases

  • Accessing premium API functionality with per-request USDC micropayments on Base
  • Agent-driven API consumption without pre-registration or API keys
  • Programmatic pay-as-you-go access to data, AI, finance, or utility endpoints

Fit

Best for

  • Developers wanting zero-commitment, keyless API access
  • AI agents that can settle x402 payments autonomously on Base
  • Users who prefer crypto micropayments over subscription billing

Not for

  • Users needing detailed API documentation or guaranteed SLAs before purchasing
  • Applications requiring high-throughput bulk access at volume-discounted rates
  • Users without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/charges/291 \
  -H "Content-Type: application/json"
# Returns 402 with x402 payment challenge; attach X-PAYMENT header with signed USDC payment to access.

Example

Response

{
  "error": "X-PAYMENT header is required",
  "accepts": [
    {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "payTo": "0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3",
      "scheme": "exact",
      "network": "base",
      "mimeType": "application/json",
      "resource": "https://lowpaymentfee.com/api/v1/charges/291",
      "description": "Premium API Access",
      "maxAmountRequired": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "x402Version": 1
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality behind 'Premium API Access' at /api/v1/charges/291 is completely undocumented. The site's docs pages are empty beyond a wallet-connect prompt.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or schema describing request parameters or response format for this endpoint.
  • The specific functionality of /api/v1/charges/291 ('Premium API Access') is undefined; it is unclear what data or service is returned after payment.
  • The site lists many API paths on its landing page but none have documented inputs or outputs.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 03:53:39Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access