x402basequality 0.35

Pay-per-call notification endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a "Premium API Access" notification resource at `/api/v1/notifications/65`. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled on the Base network using USDC via the x402 protocol.

The specific `/api/v1/notifications/65` endpoint accepts POST requests and returns `application/json`. Payment is handled inline: callers attach an `X-PAYMENT` header containing a signed x402 payment for up to 20,000 base units of USDC (i.e., $0.02) on Base. No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-use. The payment recipient address is `0x1A2B…85F3` and the USDC contract used is the canonical Base USDC (`0x8335…2913`).

Because the endpoint path includes a numeric ID (`/notifications/65`), it likely retrieves or triggers a specific notification resource, but no further documentation, request body schema, or response schema is available from the crawled material. The platform's landing page lists many other endpoints (sentiment analysis, text summarization, geocoding, price feeds, etc.) all at the same $0.02 price point, suggesting a uniform pricing model across the service. Documentation pages (`/api`, `/pricing`, `/README`) returned only a wallet-connect prompt with no additional technical detail.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-callnotification-apino-api-keyjson-response

Use cases

  • Triggering or retrieving a specific notification via a single paid API call
  • Integrating pay-per-use notification delivery into agent workflows
  • Testing x402 payment flows against a low-cost live endpoint

Fit

Best for

  • Agents needing simple pay-per-call notification access without API keys
  • Developers experimenting with x402 protocol payments on Base
  • Low-volume, on-demand notification retrieval

Not for

  • High-volume notification streaming where per-call costs add up
  • Users who need detailed API documentation or guaranteed SLAs
  • Non-crypto users who cannot settle payments in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/notifications/65 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-signed-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation on what the notifications endpoint actually does, no request/response schema, and no examples. The crawled docs pages were empty beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • No request body schema or response schema available for /api/v1/notifications/65
  • Documentation pages (/api, /pricing, /README) returned no useful content — only a wallet-connect prompt
  • The purpose of the /notifications/65 endpoint is unclear; the numeric ID suggests a specific resource but no context is provided
  • No OpenAPI spec or ai-plugin manifest found

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:24:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access