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 specific path `/api/v1/accounts/69` appears to be one of many endpoints offered by the platform, which advertises a broad catalog spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request.

The endpoint is live and returns a valid x402 challenge on POST. Payment is settled in USDC (contract 0x8335…2913) on the Base network using the "exact" scheme. The max amount required is 20,000 base units, which at 6 decimals for USDC equals $0.02. There are no API keys, no rate limits, and no sign-up required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

Documentation is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. The specific functionality of the `/api/v1/accounts/69` endpoint is not documented beyond the label "Premium API Access," so the exact data returned is unknown. The broader platform lists sibling endpoints for metrics, reports, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, and more, but none have detailed schema documentation available from the crawl.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyno-rate-limitjson-response

Use cases

  • Accessing premium API data without traditional API key registration
  • Making one-off paid API calls settled in USDC on Base
  • Agent-driven programmatic access to paid endpoints without subscriptions

Fit

Best for

  • Developers who want zero-signup, pay-as-you-go API access
  • AI agents that can settle x402 payments autonomously
  • Users already holding USDC on the Base network

Not for

  • Users needing detailed API documentation or OpenAPI schemas before integrating
  • Anyone without USDC on Base or an x402-compatible payment client
  • High-volume consumers who need bulk pricing or SLAs

Quick start

# The endpoint requires an x402 X-PAYMENT header.
# First, obtain the payment challenge:
curl -X POST https://lowpaymentfee.com/api/v1/accounts/69
# Returns 402 with x402 challenge. Build payment proof for
# 20000 base units USDC on Base, then:
curl -X POST https://lowpaymentfee.com/api/v1/accounts/69 \
  -H "X-PAYMENT: <your-x402-payment-proof>" \
  -H "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 with clear pricing ($0.02 USDC on Base). However, there is no documentation for what the endpoint actually returns, no OpenAPI schema, no example requests or responses, and the docs/pricing/README pages are all empty beyond a wallet connect prompt. The specific purpose of /api/v1/accounts/69 is entirely unclear.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
  • The specific functionality and response schema of /api/v1/accounts/69 is undocumented; 'Premium API Access' is the only description.
  • No OpenAPI spec or output schema beyond basic HTTP method info.
  • The broader platform lists many endpoints but none have detailed documentation in the crawl.

Citations

Provenance

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

Agent access