x402basequality 0.30

x402-gated premium API access on Base, pay $0.02 per 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. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a broad catalog of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. All endpoints on the platform share a uniform $0.02-per-request pricing model settled in USDC on the Base network.

The specific endpoint `/api/v1/benefits/15` is labeled "Premium API Access" in the x402 challenge but lacks further documentation about what data or functionality it returns. The probe confirms the endpoint is live, returning a valid x402 402 challenge with a maxAmountRequired of 20,000 base units of USDC (0.02 USD given 6 decimals). Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, with a 300-second timeout. The endpoint accepts POST requests and returns `application/json`.

Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no description of what "Premium API Access" actually provides. Prospective callers should be aware that the exact input parameters and output format are unknown from available materials.

Capabilities

x402-paymentusdc-basepay-per-requestjson-responsepost-method

Use cases

  • Accessing a premium API endpoint with per-request USDC micropayments on Base
  • Integrating x402-compatible payment flows into agent or application workflows
  • Exploring low-cost pay-per-use API services without API keys or subscriptions

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agents that can settle USDC payments on Base for per-call API access
  • Users who want keyless, commitment-free API access

Not for

  • Anyone needing detailed documentation or guaranteed SLAs before integrating
  • Use cases requiring known, well-documented request/response schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/benefits/15 \
  -H "Content-Type: application/json"
# Returns 402 with x402 payment challenge; attach X-PAYMENT header after settling USDC on Base.

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/benefits/15",
      "description": "Premium API Access",
      "maxAmountRequired": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "x402Version": 1
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, confirming pricing and payment details. However, there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what 'Premium API Access' actually returns. The listing is effectively a stub.

Warnings

  • No documentation available — docs, pricing, API, and README pages all render only 'Connect wallet' with no content.
  • The exact functionality of /api/v1/benefits/15 ('Premium API Access') is completely undocumented; input parameters and response schema are unknown.
  • No OpenAPI or schema definition found for any endpoint on the platform.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 16:17:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access