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 specific resource `/api/v1/item/11` is one of many endpoints offered by the platform, which spans categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. All endpoints are priced at $0.02 per request, paid in USDC on the Base network, with no API keys, rate limits, or commitments required.

The x402 challenge confirms the endpoint is live, accepting POST requests and settling payments in USDC (contract 0x8335…2913 on Base) to address 0x1A2B…85F3. The maxAmountRequired of 20000 base units corresponds to $0.02 (USDC uses 6 decimals). The payment timeout is 300 seconds. The endpoint returns application/json responses.

However, the specific functionality of `/api/v1/item/11` is not documented — it does not appear in the site's listed API catalog, which covers analytics, AI, finance, and utility endpoints. There is no OpenAPI spec, no request/response schema documentation, and the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. The endpoint's actual behavior and expected input/output remain unknown.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-responsepost-method

Use cases

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

Fit

Best for

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

Not for

  • Users needing detailed API documentation or OpenAPI specs before integration
  • Anyone without a Base-compatible USDC wallet
  • High-volume use cases where per-request pricing may add up

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/item/11 \
  -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/item/11",
      "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 the x402 challenge is well-formed with clear pricing ($0.02 USDC on Base). However, the specific resource /api/v1/item/11 is undocumented — it doesn't appear in the site's own catalog, there is no OpenAPI spec, no request/response schema, and all documentation pages render only a wallet-connect prompt. The actual functionality is unknown.

Warnings

  • The endpoint /api/v1/item/11 does not appear in the provider's own listed API catalog — its specific functionality is unknown.
  • No OpenAPI spec or request/response schema is available.
  • All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no usable content.
  • The actual data or service returned after payment is completely undocumented.

Citations

Provenance

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

Agent access