x402basequality 0.35

Pay-per-call API suite on Base (USDC) covering analytics, AI, finance, and utilities at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is an x402-enabled API platform that offers a broad collection of endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and general infrastructure utilities. Every endpoint is priced at $0.02 per request, settled in USDC on the Base network. There are no API keys, no rate limits, and no minimum commitments — callers simply attach an x402 payment header to each request.

The specific endpoint at `/api/v1/messages/29` is listed as "Premium API Access" and follows the same x402 payment pattern. Its exact functionality is not documented beyond the generic title; it accepts HTTP POST and returns `application/json`. The broader platform advertises endpoints such as sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, conversion, and data export — all at the same $0.02 price point.

Payment is handled via the x402 "exact" scheme: the caller must include an `X-PAYMENT` header satisfying a challenge for 20,000 base units of USDC (6 decimals → $0.02) sent to the specified payTo address on Base. The endpoint returned a valid 402 challenge during probing, confirming it is live.

Capabilities

x402-paymentpay-per-requestusdc-basedata-analyticsai-inferencesentiment-analysistext-summarizationclassificationembeddingsfinance-dataexchange-ratescrypto-quotesgas-estimatesgeocodingvalidation

Use cases

  • Running one-off AI inference tasks (sentiment, summarization, classification) without signing up for an account
  • Fetching real-time crypto quotes, gas estimates, or exchange rates with per-call billing
  • Geocoding addresses or validating data on demand via micropayments
  • Exporting analytics data or generating insights without subscription commitments

Fit

Best for

  • Agents or bots that need instant, keyless access to diverse API endpoints
  • Developers who want pay-as-you-go pricing without rate limits
  • Web3-native applications that can settle payments in USDC on Base

Not for

  • High-volume production workloads where $0.02/request adds up quickly compared to subscription plans
  • Users who need detailed documentation, SLAs, or guaranteed uptime

Quick start

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

Example

Request

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (valid 402 challenge returned) and pricing is clear ($0.02 USDC on Base). However, the specific /api/v1/messages/29 endpoint has no documentation beyond the generic title "Premium API Access", no request/response schema, and no examples. The broader site's /api, /pricing, and /README pages returned only a wallet-connect prompt with no useful content.

Warnings

  • The exact purpose and input/output schema of /api/v1/messages/29 are undocumented — the name 'Premium API Access' is generic and uninformative.
  • No OpenAPI spec, README, or detailed docs were found; /pricing and /README pages only show a wallet-connect prompt.
  • The platform lists many endpoints but provides no documentation on request formats or response structures for any of them.
  • Cannot verify whether the advertised AI, finance, and utility endpoints actually function as described.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 23:09:56Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access