x402basequality 0.30

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 service accessible 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 priced at $0.02 per request with no API keys, no rate limits, and no commitments.

The specific endpoint `/api/v1/notifications/20` accepts POST requests and is gated by an x402 challenge requiring payment of up to 20,000 base units of USDC (0x8335…2913) on the Base network, which equals $0.02 USD (USDC uses 6 decimals). Payment is made via the `exact` scheme to the address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, with a maximum timeout of 300 seconds. The response MIME type is `application/json`.

Documentation beyond the landing page is sparse — the /api, /pricing, and /README pages all resolve to a "Connect wallet" prompt with no further detail. There is no OpenAPI spec, no request/response schema documentation, and no examples of what the notification endpoint actually returns or what parameters it accepts. The endpoint is confirmed live (returns a proper 402 challenge), but the exact functionality behind "notifications/20" is unclear from available materials.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-callnotificationsno-api-keyjson-response

Use cases

  • Sending or retrieving notifications via a pay-per-call model without API key management
  • Integrating low-cost notification triggers into agent workflows settled on-chain
  • Testing x402 payment protocol integrations with a live, inexpensive endpoint

Fit

Best for

  • Developers experimenting with x402 payment-gated APIs
  • Agents needing simple pay-per-call notification endpoints on Base
  • Projects that want keyless API access with crypto micropayments

Not for

  • Production notification systems requiring documented SLAs and detailed schemas
  • Users who need fiat-only payment options (this requires USDC on Base)
  • Applications needing high-throughput bulk notification delivery with guaranteed delivery semantics

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation of what the notifications endpoint does or what parameters it accepts, and the /api, /pricing, and /README pages are all empty beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • No documentation available for the /api/v1/notifications/20 endpoint — purpose and parameters are unknown
  • No OpenAPI or schema definition found
  • The /api, /pricing, and /README pages return only a 'Connect wallet' prompt with no useful content
  • The meaning of '20' in the endpoint path is unclear (could be an ID, a parameter, etc.)

Citations

Provenance

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

Agent access