x402basequality 0.25

x402-gated premium API access on Base, paid 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 variety of API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. All endpoints on the platform are pay-per-request with no API keys, no rate limits, and settlement on the Base network using USDC.

The specific endpoint `/api/v1/stripe/subscriptions/109` is labeled "Premium API Access" and costs $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is made via the x402 exact scheme: callers include an X-PAYMENT header with a signed payment to the specified wallet address, and the server fulfills the request upon verification. The response MIME type is application/json.

Documentation on the platform is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI schema, no request/response examples, and no description of what "Premium API Access" actually returns or what input parameters it expects. The endpoint is live (returning a proper 402 challenge), but without further documentation it is unclear what data or functionality this specific subscription endpoint provides.

Capabilities

x402-paymentusdc-settlementbase-networkper-request-billingjson-responseno-api-key

Use cases

  • Programmatic access to premium API functionality paid per-call in USDC
  • Agent-driven workflows that need keyless, pay-as-you-go API access
  • Integrating x402-compatible endpoints into crypto-native applications

Fit

Best for

  • Developers building on Base who want frictionless per-request billing
  • AI agents with USDC wallets needing on-demand API access
  • Projects that want to avoid API key management and subscription commitments

Not for

  • Users who need detailed documentation or OpenAPI specs before integrating
  • High-volume use cases where per-request crypto payments add unacceptable latency
  • Anyone without a Base-compatible USDC wallet

Quick start

# The endpoint requires an x402 X-PAYMENT header with a signed USDC payment on Base.
# Using curl as a conceptual example (actual payment header must be constructed per x402 spec):
curl -X POST https://lowpaymentfee.com/api/v1/stripe/subscriptions/109 \
  -H "X-PAYMENT: <signed-x402-payment>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but there is virtually no documentation: no OpenAPI schema, no request/response examples, and no explanation of what 'Premium API Access' actually provides. The docs/pricing/README pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; it is unknown what this endpoint actually returns.
  • The label 'Premium API Access' and path '/api/v1/stripe/subscriptions/109' are ambiguous — unclear what data or service is delivered.
  • The endpoint path references 'stripe/subscriptions' which may indicate subscription management rather than a data API, but no details are available.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 10:47:06Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access