x402basequality 0.25

x402-gated premium API endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/endpoint-17` is part of the lowpaymentfee.com platform, which offers a collection of x402 protocol-gated APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. The endpoint is labeled "Premium API Access" but its specific functionality is not documented — it does not correspond to any of the named endpoints listed on the provider's homepage (which use `/api/v1/` and `/api/v2/` path prefixes).

Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The challenge indicates a maximum amount of 20,000 units (in USDC's 6-decimal representation, this equals $0.02 per request), consistent with the site-wide $0.02/request pricing. The endpoint accepts POST requests and returns `application/json`. No API keys or rate limits are advertised; access is gated entirely by the x402 payment header.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what this specific endpoint does. The endpoint is confirmed live (returns 402 with a valid x402 challenge), but without knowing what it actually computes or returns, practical utility is uncertain.

Capabilities

x402-paymentusdc-base-networkpay-per-requestjson-responsepost-method

Use cases

  • Programmatic access to an x402-gated endpoint with USDC micropayments on Base
  • Agent-driven API consumption without API keys or subscriptions
  • Testing x402 protocol payment flows against a live endpoint

Fit

Best for

  • Developers experimenting with x402 protocol integrations
  • Agents that need keyless, pay-per-request API access on Base
  • Exploring micropayment-gated API patterns

Not for

  • Users who need documented, well-specified API contracts
  • Production workloads requiring known input/output schemas
  • Anyone needing free or non-crypto payment options

Quick start

curl -X POST https://lowpaymentfee.com/api/endpoint-17 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what it actually does. No input/output schema, no examples, and the endpoint path doesn't match any of the named APIs on the site. This is effectively a stub listing.

Warnings

  • Endpoint functionality is completely undocumented — 'Premium API Access' is the only description available
  • This endpoint path (/api/endpoint-17) does not appear in the provider's listed API catalog
  • All documentation pages (docs, pricing, README) returned only 'Connect wallet' with no content
  • No request or response schema available; callers cannot know what to send or expect back

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:35:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access